QB Core Item
Add items to qb items.lua (qb-core/shared/items.lua
)
["cardbook"] = {["name"] = "cardbook", ["label"] = "cardbook", ['image'] = 'cardbook.png', ["weight"] = 10, ["type"] = "item", ["unique"] = true , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["cardpacket"]={["name"] = "cardpacket", ["label"] = "cardpacket", ['image'] = 'cardpacket.png', ["weight"] = 10, ["type"] = "item", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["cardplayer"]={["name"] = "cardplayer", ["label"] = "cardplayer", ['image'] = 'cardplayer.png', ["weight"] = 10, ["type"] = "item", ["unique"] = true , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
Last updated