QB-Inventory

Install

  • Open qb-core/shared/items.lua file and configure it according to your preferences.

["starbucks1"] 	 	 	 	 	 = {["name"] = "starbucks1", 						["label"] = "starbucks1", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks1.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks2"] 	 	 	 	 	 = {["name"] = "starbucks2", 						["label"] = "starbucks2", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks2.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks3"] 	 	 	 	 	 = {["name"] = "starbucks3", 						["label"] = "starbucks3", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks3.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks4"] 	 	 	 	 	 = {["name"] = "starbucks4", 						["label"] = "starbucks4", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks4.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks5"] 	 	 	 	 	 = {["name"] = "starbucks5", 						["label"] = "starbucks5", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks5.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks6"] 	 	 	 	 	 = {["name"] = "starbucks6", 						["label"] = "starbucks6", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks6.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks7"] 	 	 	 	 	 = {["name"] = "starbucks7", 						["label"] = "starbucks7", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks7.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks8"] 	 	 	 	 	 = {["name"] = "starbucks8", 						["label"] = "starbucks8", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks8.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks9"] 	 	 	 	 	 = {["name"] = "starbucks9", 						["label"] = "starbucks9", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks9.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},
["starbucks10"] 	 	 	 	  = {["name"] = "starbucks10", 						["label"] = "starbucks10", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "starbucks10.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Drink"},

Last updated