fx_version 'cerulean' game 'gta5' description 'RTX THEME PARK' version '60.0' server_scripts { --'@mysql-async/lib/MySQL.lua', -- enable this and remove oxmysql line (line 11) if you use mysql-async (only enable this for qbcore/esx framework) --'@oxmysql/lib/MySQL.lua', -- enable this and remove mysql async line (line 10) if you use oxmysql (only enable this for qbcore/esx framework) 'config.lua', 'language/main.lua', 'server/main.lua', 'server/attr1.lua', 'server/attr2.lua', 'server/attr3.lua', 'server/attr4.lua', 'server/attr5.lua', 'server/attr6.lua', 'server/attr7.lua', 'server/attr8.lua', 'server/attr9.lua', 'server/other.lua' } client_scripts { 'config.lua', 'language/main.lua', 'client/main.lua', 'client/sound.lua', 'client/paths.lua', 'client/attr1.lua', 'client/attr2.lua', 'client/attr3.lua', 'client/attr4.lua', 'client/attr5.lua', 'client/attr6.lua', 'client/attr7.lua', 'client/attr8.lua', 'client/attr9.lua' } files { 'html/ui.html', 'html/styles.css', 'html/scripts.js', 'html/sound.js', 'html/debounce.min.js', 'html/jquery.connections.js', 'html/BebasNeueBold.ttf', 'html/NakaraRegular.ttf', 'html/img/*.png' } exports { 'IsPlayerOnRide', -- exports["rtx_themepark"]:IsPlayerOnRide() -- it will return if player is on some theme park ride } ui_page 'html/ui.html' lua54 'yes' escrow_ignore { 'config.lua', 'language/main.lua', 'server/other.lua' } dependency '/assetpacks'