fx_version 'adamant' game 'gta5' name '${resourceName}' description '${description}' author 'CSTMChristina & KJ4LXC' version '0.0.1' --this is a working script resource_code '${resourceCode}' log_level '4' bucket_prefix '9' dependencies { 'SLF', 'SCF', 'SDB', 'SPH' } files { 'client/config/*.json' } -- shared_scripts { -- 'shared/*.lua' -- } client_scripts { '@menuv/menuv.lua', 'menus/*.lua', 'client/*.lua' } server_scripts { 'server/*.lua' }