Installation
Items Installation
["weedbox"] = {["name"] = "weedbox", ["label"] = "Weed Box", ["weight"] = 0, ["type"] = "item", ["image"] = "weedbox.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["cokebox"] = {["name"] = "cokebox", ["label"] = "Coke Box", ["weight"] = 0, ["type"] = "item", ["image"] = "cokebox.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["gunsbox"] = {["name"] = "gunsbox", ["label"] = "Guns Box", ["weight"] = 0, ["type"] = "item", ["image"] = "gunsbox.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["methbox"] = {["name"] = "methbox", ["label"] = "Meth Box", ["weight"] = 0, ["type"] = "item", ["image"] = "methbox.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
['weedbox'] = { label = 'Weed Box', weight = 50, stack = true, allowArmed = false },
['cokebox'] = { label = 'Coke Box', weight = 50, stack = true, allowArmed = false },
['gunsbox'] = { label = 'Guns Box', weight = 50, stack = true, allowArmed = false },
['methbox'] = { label = 'Meth Box', weight = 50, stack = true, allowArmed = false },
Metadata Installation
PlayerData.metadata['runsxp'] = PlayerData.metadata['runsxp'] or 0
metadata = {
runsxp = 0,
},
Last updated