Files
esx_core/[core]/es_extended/fxmanifest.lua
T
2023-01-22 13:02:06 +01:00

76 lines
1.1 KiB
Lua

fx_version 'adamant'
game 'gta5'
description 'ES Extended'
lua54 'yes'
version '1.9.0'
shared_scripts {
'locale.lua',
'locales/*.lua',
'config.lua',
'config.weapons.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'config.logs.lua',
'server/common.lua',
'server/classes/player.lua',
'server/classes/overrides/*.lua',
'server/functions.lua',
'server/onesync.lua',
'server/paycheck.lua',
'server/main.lua',
'server/commands.lua',
'common/modules/*.lua',
'common/functions.lua',
'server/modules/*.lua'
}
client_scripts {
'client/common.lua',
'client/functions.lua',
'client/wrapper.lua',
'client/main.lua',
'common/modules/*.lua',
'common/functions.lua',
'client/modules/*.lua'
}
ui_page {
'html/ui.html'
}
files {
'imports.lua',
'locale.js',
'html/ui.html',
'html/css/app.css',
'html/js/mustache.min.js',
'html/js/wrapper.js',
'html/js/app.js',
'html/fonts/pdown.ttf',
'html/fonts/bankgothic.ttf',
'html/img/accounts/bank.png',
'html/img/accounts/black_money.png',
'html/img/accounts/money.png'
}
dependencies {
'/server:5949',
'/onesync',
'oxmysql',
'spawnmanager',
}