QB-Core
Installation on QB-Core
1. QB-Core
gps = { name = 'gps', label = 'GPS', weight = 500, type = 'item', image = 'gps.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'GPS' },OX_Inventory
['gps'] = {
label = 'GPS',
weight = 200,
stack = true,
close = true,
description = 'Used to connect to the GPS system.',
client = {
image = "gps.png",
}
},
Last updated