fx_version 'cerulean' game 'gta5' author 'YourName' description 'Vehicle Tracking System for QBCore' version '1.0.0' shared_scripts { 'config.lua', '@ox_lib/init.lua', '@qb-core/shared/locale.lua' } client_scripts { 'client.lua' } server_scripts { '@oxmysql/lib/MySQL.lua', 'server.lua' } dependencies { 'qb-core', 'ox_lib', 'oxmysql' } lua54 'yes'