đ ī¸Installation
qb-core/shared/items.lua
["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"] = ""},
qb-core/server/player.lua
PlayerData.metadata['runsxp'] = PlayerData.metadata['runsxp'] or 0
Last updated