Qb inventory
['driver_car'] = { ['name'] = 'driver_car', ['label'] = 'Car License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['driver_truck'] = { ['name'] = 'driver_truck', ['label'] = 'Truck License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['driver_bike'] = { ['name'] = 'driver_bike', ['label'] = 'Bike License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['driver_plane'] = { ['name'] = 'driver_plane', ['label'] = 'Plane License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['driver_boat'] = { ['name'] = 'driver_boat', ['label'] = 'Boat License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['driver_helicopter'] = { ['name'] = 'driver_helicopter', ['label'] = 'Helicopter License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['theory_driver_car'] = { ['name'] = 'theory_driver_car', ['label'] = 'Theory Car License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'theory_driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['theory_driver_truck'] = { ['name'] = 'theory_driver_truck', ['label'] = 'Theory Truck License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'theory_driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['theory_driver_bike'] = { ['name'] = 'theory_driver_bike', ['label'] = 'Theory Bike License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'theory_driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['theory_driver_plane'] = { ['name'] = 'theory_driver_plane', ['label'] = 'Theory Plane License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'theory_driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['theory_driver_boat'] = { ['name'] = 'theory_driver_boat', ['label'] = 'Theory Boat License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'theory_driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
['theory_driver_helicopter'] = { ['name'] = 'theory_driver_helicopter', ['label'] = 'Theory Helicopter License', ['weight'] = 0, ['type'] = 'item', ['image'] = 'theory_driver_license.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Permit to show you can drive a vehicle' },
Last updated on