Item Support
The default item name for the GPS cartridge is "tracker_cartridge" and can be customised in the config.lua file. You'll be able to reload using the item instead of a command once setup. You should also enable your framework in the config file.
Once you have setup items, you can either press "use" on the item or continue to use the commands.
QBCore
You'll need to add the item to your shared.lua file. We've handled the rest.
ESX
You'll need to add the item to your database. We've handled the rest.
vRP
We've got some additional code you'll need to add.
Navigate to vrp/cfg/items.lua and add the following code anywhere within the file:
Inside the same file, navigate to the cfg.items section and add the following code to the table:
Last updated