Preview : https://youtu.be/EYoKgAkO-48
- NOPIXEL V4 ROOF RUNNING SCRIPT
- Download the script and open images folder, put it in the qb-inventory/html/images directory.
ac_vent = {
["name"] = "ac_vent",
["label"] = "AC Vent",
["weight"] = 700,
["type"] = "item",
["image"] = "ac_vent.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A vent part of an air conditioning system."
},
ac = {
["name"] = "ac",
["label"] = "Air Conditioner",
["weight"] = 700,
["type"] = "item",
["image"] = "ac.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Air Conditioner"
},
ac_compressor = {
["name"] = "ac_compressor",
["label"] = "AC Compressor",
["weight"] = 700,
["type"] = "item",
["image"] = "ac_compressor.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A Compressor part of an air conditioning system."
},
ac_broken = {
["name"] = "ac_broken",
["label"] = "Borken AC",
["weight"] = 700,
["type"] = "item",
["image"] = "ac_broken.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A Borken part of an air conditioning system."
},
- Hasib - Creator
- QBCore Devs - For making an awesome framework and enabling me to do this.
- QBCore Community - Thank you so much for everyone who's been testing this!