QB Core Item

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

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

Last updated