Files
esx_core/[esx]/es_extended/fxmanifest.lua
T
2022-02-02 00:52:42 +00:00

75 lines
1.1 KiB
Lua

fx_version 'adamant'
game 'gta5'
description 'ES Extended'
version 'legacy'
shared_scripts {
'locale.lua',
'locales/*.lua',
'config.lua',
'config.weapons.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/common.lua',
'server/classes/player.lua',
'server/functions.lua',
'server/paycheck.lua',
'server/main.lua',
'server/commands.lua',
'common/modules/math.lua',
'common/modules/table.lua',
'common/functions.lua'
}
client_scripts {
'client/common.lua',
'client/entityiter.lua',
'client/functions.lua',
'client/wrapper.lua',
'client/main.lua',
'client/modules/death.lua',
'client/modules/scaleform.lua',
'client/modules/streaming.lua',
'common/modules/math.lua',
'common/modules/table.lua',
'common/functions.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 {
'oxmysql',
'spawnmanager',
}