jimathy / jim-recycle

74 stars 62 forks source link

jim-recycle

FiveM Custom QBCORE recycling script made by me from scratch

Video Previews

Dependencies

How to install

If you want to use your own items or repurpose this script:

-- Jim-Recycle Items
["recyclablematerial"]  = {["name"] = "recyclablematerial",   ["label"] = "Recycle Box",      ["weight"] = 100, ["type"] = "item",      ["image"] = "recyclablematerial.png",   ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false, ["combinable"] = nil,   ["description"] = "A box of Recyclable Materials"},
["bottle"]              = {["name"] = "bottle",               ["label"] = "Empty Bottle",     ["weight"] = 10,  ["type"] = "item",      ["image"] = "bottle.png",               ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false, ["combinable"] = nil,   ["description"] = "A glass bottle"},
["can"]                 = {["name"] = "can",                  ["label"] = "Empty Can",        ["weight"] = 10,  ["type"] = "item",      ["image"] = "can.png",                  ["unique"] = false,     ["useable"] = false,    ["shouldClose"] = false, ["combinable"] = nil,   ["description"] = "An empty can, good for recycling"},