fx_version 'cerulean' game 'gta5' version '2.0' author 'aiakoscodem' shared_scripts { 'config/*.lua', } client_scripts { 'client/*.lua', } server_scripts { -- '@mysql-async/lib/MySQL.lua', --:warning:PLEASE READ:warning:; Uncomment this line if you use 'mysql-async'.:warning: '@oxmysql/lib/MySQL.lua', --:warning:PLEASE READ:warning:; Uncomment this line if you use 'oxmysql'.:warning: 'editable/server_editable.lua', 'server/server.lua', 'server/utility.lua', } ui_page "html/index.html" files { 'html/index.html', 'html/css/*.css', 'html/fonts/*.TTF', 'html/fonts/*.*', 'html/sound/*.*', 'html/images/**/*.png', 'html/images/**/**/*.png', 'html/js/*.js', 'html/js/**/*.js', } escrow_ignore { 'editable/*.lua', 'config/*.lua', 'server/utility.lua', 'client/utility.lua' } lua54 'yes' dependency '/assetpacks'