fx_version 'cerulean' game 'gta5' shared_script { "config.lua", } client_scripts { 'client/main.lua', } server_scripts { '@oxmysql/lib/MySQL.lua', -- '@mysql-async/lib/MySQL.lua', 'server_config.lua', 'server/main.lua', } ui_page { 'html/index.html', } files { 'html/index.html', 'html/main.css', 'html/font/*.otf', 'html/sound/*.mp3', 'html/img/*.jpg', 'html/img/gamepage/*.jpg', 'html/img/gamepage/*.png', 'html/img/*.png', 'html/js/*.js', } escrow_ignore { 'config.lua', 'server_config.lua', } lua54 'on' dependency '/assetpacks'