Items

310KB
Open

Ox Inventory (ox_inventory/data/items.lua)

['gps_hacking_device'] = {
    label = 'GPS Hacking Device',
    weight = 1000,
    client = { image = 'gps_hacking_device.png' },
},

['boosting_tablet'] = {
    label = 'Boosting Tablet',
    weight = 1000,
    client = { image = 'boosting_tablet.png' },
},
  • gps_hacking_device: Used for cracking vehicle GPS trackers.

  • boosting_tablet: Required to access and manage boosting contracts.


QB-Core (qb-core/shared/items.lua)

  • gps_hacking_device: A unique, useable tool required to disable GPS tracking devices.

  • boosting_tablet: A unique tablet that unlocks access to boosting jobs and contract management.

Last updated