Installation
qb-core items
basic_drone = { name = 'basic_drone', label = 'Basic Drone', weight = 100, type = 'item', image = 'basic_drone.png', unique = true, useable = true, shouldClose = true, description = '' },
regular_drone = { name = 'regular_drone', label = 'Regular Drone', weight = 100, type = 'item', image = 'regular_drone.png', unique = true, useable = true, shouldClose = true, description = '' },
upgraded_drone = { name = 'upgraded_drone', label = 'Upgraded Drone', weight = 100, type = 'item', image = 'upgraded_drone.png', unique = true, useable = true, shouldClose = true, description = '' },
police_drone = { name = 'police_drone', label = 'Police Drone', weight = 100, type = 'item', image = 'police_drone.png', unique = true, useable = true, shouldClose = true, description = '' },
tazer_kit = { name = 'tazer_kit', label = 'Tazer Kit', weight = 100, type = 'item', image = 'tazer_kit.png', unique = true, useable = true, shouldClose = true, description = '' },
infrance_kit = { name = 'infrance_kit', label = 'Infrance Kit', weight = 100, type = 'item', image = 'infrance_kit.png', unique = true, useable = true, shouldClose = true, description = '' },
nightvision_kit = { name = 'nightvision_kit', label = 'Night Vision Kit', weight = 100, type = 'item', image = 'nightvision_kit.png', unique = true, useable = true, shouldClose = true, description = '' },
keyscan_kit = { name = 'keyscan_kit', label = 'KeyScan Kit', weight = 100, type = 'item', image = 'keyscan_kit.png', unique = true, useable = true, shouldClose = true, description = '' },
explosive_kit = { name = 'explosive_kit', label = 'Explosive Kit', weight = 100, type = 'item', image = 'explosive_kit.png', unique = true, useable = true, shouldClose = true, description = '' },ox_inventory items
['basic_drone'] = {
label = 'Basic Drone',
stack = false,
weight = 500,
},
['regular_drone'] = {
label = 'Regular Drone',
stack = false,
weight = 500,
},
['upgraded_drone'] = {
label = 'Upgraded Drone',
stack = false,
weight = 500,
},
['police_drone'] = {
label = 'Police Drone',
stack = false,
weight = 1000,
},
['tazer_kit'] = {
label = 'Drone Tazer Kit',
stack = false,
weight = 1000,
},
['infrance_kit'] = {
label = 'Drone Infrance Kit',
stack = false,
weight = 1000,
},
['nightvision_kit'] = {
label = 'Drone Infrance Kit',
stack = false,
weight = 1000,
},
['keyscan_kit'] = {
label = 'Drone KeyScan Kit',
stack = false,
weight = 1000,
},
['explosive_kit'] = {
label = 'Drone Explosive Kit',
stack = false,
weight = 1000,
},esx items
Installation
Last updated