QB Core Item

Add items to qb items.lua (qb-core/shared/items.lua)

["chair1"] = {["name"] = "chair1",   ["label"] = "Chair 1",   ['image'] = 'chair1.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair2"] = {["name"] = "chair2",   ["label"] = "Chair 2",   ['image'] = 'chair2.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair3"] = {["name"] = "chair3",   ["label"] = "Chair 3",   ['image'] = 'chair3.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair4"] = {["name"] = "chair4",   ["label"] = "Chair 4",   ['image'] = 'chair4.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair5"] = {["name"] = "chair5",   ["label"] = "Chair 5",   ['image'] = 'chair5.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair6"] = {["name"] = "chair6",   ["label"] = "Chair 6",   ['image'] = 'chair6.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair7"] = {["name"] = "chair7",   ["label"] = "Chair 7",   ['image'] = 'chair7.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair8"] = {["name"] = "chair8",   ["label"] = "Chair 8",   ['image'] = 'chair8.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair9"] = {["name"] = "chair9",   ["label"] = "Chair 9",   ['image'] = 'chair9.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["chair10"] = {["name"] = "chair10",   ["label"] = "Chair 10",   ['image'] = 'chair10.png',   ["weight"] = 10, ["type"] = "item", ["unique"] = false , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},

Last updated