33 lines
492 B
Lua
33 lines
492 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
|
|
client_scripts {
|
|
'config.lua',
|
|
'client.lua',
|
|
}
|
|
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
-- 'version.lua', -- [RV] Disabled: broken version check (reports outdated when v3.6 > v3.5)
|
|
'config.lua',
|
|
'server.lua'
|
|
}
|
|
|
|
ui_page "html/index.html"
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/script.js',
|
|
'html/style.css',
|
|
'html/img/*',
|
|
'html/sounds/*',
|
|
}
|
|
|
|
escrow_ignore {
|
|
"config.lua",
|
|
}
|
|
|
|
lua54 'yes'
|
|
dependency '/assetpacks' |