0.0.1
This commit is contained in:
24
resources/[core]/esx_context/fxmanifest.lua
Normal file
24
resources/[core]/esx_context/fxmanifest.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
fx_version 'bodacious'
|
||||
|
||||
game 'gta5'
|
||||
author 'ESX-Framework & Brayden'
|
||||
description 'A simplistic context menu for ESX.'
|
||||
lua54 'yes'
|
||||
version '1.13.5'
|
||||
|
||||
ui_page 'index.html'
|
||||
|
||||
shared_script '@es_extended/imports.lua'
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'main.lua',
|
||||
}
|
||||
|
||||
files {
|
||||
'index.html'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'es_extended'
|
||||
}
|
||||
Reference in New Issue
Block a user