PaScripts NoPixel 4.0 Props System
Preview: https://drive.google.com/file/d/14c9bgGi3iSuln1J_Nxctd1RjXFsYmoX4/view
need to install - https://github.com/Demigod916/object_gizmo and also you need to add every items in qb-core/shared/items.lua
example -
["bkr_prop_prtmachine_dryer_spin"] = {
["name"] = "bkr_prop_prtmachine_dryer_spin",
["label"] = "Dryer Machine",
["weight"] = 500,
["type"] = "item",
["image"] = "bkr_prop_prtmachine_dryer_spin.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = ""
},
Preview: https://drive.google.com/file/d/14c9bgGi3iSuln1J_Nxctd1RjXFsYmoX4/view
need to install - https://github.com/Demigod916/object_gizmo and also you need to add every items in qb-core/shared/items.lua
example -
["bkr_prop_prtmachine_dryer_spin"] = {
["name"] = "bkr_prop_prtmachine_dryer_spin",
["label"] = "Dryer Machine",
["weight"] = 500,
["type"] = "item",
["image"] = "bkr_prop_prtmachine_dryer_spin.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = ""
},
Last edited: