Installation
This script requires ak4y-core to work. Please download it from your portal (cfxre, keymaster).
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
esx items
1. Unzip the downloaded file.
2. Move the script file to your resources folder.
3. Read the .sql file in the file to the database.
4. Configure the script to your own specifications.
5. Do not forget add your items for your inventory and framework specifics.
Last updated