mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 17:28:56 +00:00
Pure Meth
This commit is contained in:
+1
-1
@@ -360,7 +360,7 @@ QBShared.Items = {
|
||||
["ephedrine"] = {["name"] = "ephedrine", ["label"] = "Ephedrine", ["weight"] = 200, ["type"] = "item", ["image"] = "chemical1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "make some meth"},
|
||||
["hydrochloricacid"] = {["name"] = "hydrochloricacid", ["label"] = "Hydrochloric Acid", ["weight"] = 200, ["type"] = "item", ["image"] = "chemical1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "make some meth"},
|
||||
["acetone"] = {["name"] = "acetone", ["label"] = "Acetone", ["weight"] = 200, ["type"] = "item", ["image"] = "chemical2.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "make some meth"},
|
||||
["puremeth"] = {["name"] = "puremeth", ["label"] = "Meth", ["weight"] = 100, ["type"] = "item", ["image"] = "meth10g.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sell some Meth"},
|
||||
["puremeth"] = {["name"] = "puremeth", ["label"] = "Pure Meth", ["weight"] = 100, ["type"] = "item", ["image"] = "meth10g.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sell some Meth"},
|
||||
["meth"] = {["name"] = "meth", ["label"] = "Meth", ["weight"] = 100, ["type"] = "item", ["image"] = "meth10g.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Sell some Meth"},
|
||||
["methtray"] = {["name"] = "methtray", ["label"] = "Meth Tray", ["weight"] = 200, ["type"] = "item", ["image"] = "methbrick.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "make some meth"},
|
||||
["puremethtray"] = {["name"] = "puremethtray", ["label"] = "Pure Meth Tray", ["weight"] = 200, ["type"] = "item", ["image"] = "methbrick.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "make some meth"},
|
||||
|
||||
Reference in New Issue
Block a user