QB Core Item

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

["postcard"]={["name"] = "postcard", ["label"] = "Postcard", ['image'] = 'postcard.png', ["weight"] = 10, ["type"] = "item", ["unique"] = true , ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},

Last updated