QB-Inventory

Install

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

["carlsjrcup"] 	 	 	 	 	 = {["name"] = "carlsjrcup", 						["label"] = "carlsjrcup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "carlsjrcup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["chickfilascup"] 	 	 	 	 	 = {["name"] = "chickfilascup", 						["label"] = "chickfilascup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "chickfilascup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["cokecup"] 	 	 	 	 	 = {["name"] = "cokecup", 						["label"] = "cokecup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "cokecup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["dqcup"] 	 	 	 	 	 = {["name"] = "dqcup", 						["label"] = "dqcup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "dqcup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["drpeppercup"] 	 	 	 	 	 = {["name"] = "drpeppercup", 						["label"] = "drpeppercup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "drpeppercup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["dunkindonutscup"] 	 	 	 	 	 = {["name"] = "dunkindonutscup", 						["label"] = "dunkindonutscup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "dunkindonutscup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["kfccup"] 	 	 	 	 	 = {["name"] = "kfccup", 						["label"] = "kfccup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "kfccup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["paneracup"] 	 	 	 	 	 = {["name"] = "paneracup", 						["label"] = "paneracup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "paneracup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["pepsicup"] 	 	 	 	 	 = {["name"] = "pepsicup", 						["label"] = "pepsicup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "pepsicup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["soniccup"] 	 	 	 	 	 = {["name"] = "soniccup", 						["label"] = "soniccup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "soniccup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["wafflehousecup"] 	 	 	 	 	 = {["name"] = "wafflehousecup", 						["label"] = "wafflehousecup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "wafflehousecup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
["zaxbycup"] 	 	 	 	 	 = {["name"] = "zaxbycup", 						["label"] = "zaxbycup", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "zaxbycup.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},

Last updated