Items
Ox Inventory (ox_inventory/data/items.lua)
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' },
},QB-Core (qb-core/shared/items.lua)
qb-core/shared/items.lua)Last updated