qb-inventory / ps-inventory
Images:
Go to
dynyx_rc\images
and copy all the imagesLocate the
qb-inventory OR ps-inventory\web\images
folderAnd paste all the images in there
Items:
Copy the following code
Go to the bottom of
qb-core\shared\items.lua
Paste all the items before the last
}
["drone"] = {name = "drone", label = "Dynyx Aero", weight = 500, type = "item", image = "drone.png", unique = true, useable = true, shouldClose = true, description = ""},
["police_drone"] = {name = "police_drone", label = "Dynyx PD-01", weight = 500, type = "item", image = "police_drone.png", unique = true, useable = true, shouldClose = true, description = ""},
["drone_mini"] = {name = "drone_mini", label = "Dynyx V1-Lite", weight = 500, type = "item", image = "drone_mini.png", unique = true, useable = true, shouldClose = true, description = ""},
["drone_controller"] = {name = "drone_controller", label = "Drone Controller", weight = 500, type = "item", image = "drone_controller.png", unique = true, useable = true, shouldClose = true, description = ""},
["drone_battery"] = {name = "drone_battery", label = "Drone Battery", weight = 500, type = "item", image = "drone_battery.png", unique = false, useable = true, shouldClose = true, description = ""},
["rc_car"] = {name = "rc_car", label = "RC Car", weight = 500, type = "item", image = "rc_car.png", unique = true, useable = true, shouldClose = true, description = ""},
["rccar_controller"] = {name = "rccar_controller", label = "RC Car Controller", weight = 500, type = "item", image = "rccar_controller.png", unique = true, useable = true, shouldClose = true, description = ""},
["rccar_battery"] = {name = "rccar_battery", label = "RC Car Battery", weight = 500, type = "item", image = "rccar_battery.png", unique = false, useable = true, shouldClose = true, description = ""},
Last updated