Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new

Script JOMIDAR ROOF RUNNING

AlexJden1

Silver Elite
Joined
Sep 30, 2022
Messages
25
Reaction score
248
Points
296
Location
us
Download :
Preview :

  • NOPIXEL V4 ROOF RUNNING SCRIPT

Item Icons​

  • Download the script and open images folder, put it in the qb-inventory/html/images directory.

Installations​

Add the following code to your qb-core/shared/items.lua​

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."
},


DEPENDENCIES​

Credits​

  • - Creator
  • - For making an awesome framework and enabling me to do this.
  • QBCore Community - Thank you so much for everyone who's been testing this!

If You want to report bugs and want support Join Our Discord Server​

 
Top