Items
Register the GPS item in ox_inventory or qb-inventory.
item = 'gps',Inventory setup
['gps'] = {
label = 'GPS',
weight = 500,
stack = false,
close = true,
consume = 0,
description = 'Handheld GPS unit.',
client = {
event = '0r-gps:client:toggleGPS'
}
},gps = {
name = 'gps',
label = 'GPS',
weight = 500,
type = 'item',
image = 'gps.png',
unique = false,
useable = true,
shouldClose = true,
description = 'Handheld GPS unit.'
},Item image
Last updated