-
Notifications
You must be signed in to change notification settings - Fork 4
/
shared.lua
7 lines (4 loc) · 959 Bytes
/
shared.lua
1
2
3
4
5
6
7
-- Add this in Shared.lua of qb-core/shard.lua
["cannabis"] = {["name"] = "cannabis", ["label"] = "Cannabis", ["weight"] = 200, ["type"] = "item", ["image"] = "cannabis.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A Road To Happieness!!"},
["empty_weed_bag"] = {["name"] = "empty_weed_bag", ["label"] = "Empty Weed Bag", ["weight"] = 10, ["type"] = "item", ["image"] = "empty-weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "To get happy real fast."},
["weed_bag"] = {["name"] = "weed_bag", ["label"] = "Weed Bag", ["weight"] = 0, ["type"] = "item", ["image"] = "weed-baggie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "To get happy real fast."},