QB-Inventory

Install

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

	["bowl_buffalochicken"] 	 	 	 	 = {["name"] = "bowl_buffalochicken", 					["label"] = "Buffalo Chicken", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "bowl_buffalochicken.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["bowl_chickenbaconranch"] 	 	 	 	 = {["name"] = "bowl_chickenbaconranch", 				["label"] = "Chicken Bacon Ranch", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "bowl_chickenbaconranch.png", 			["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["bowl_coldcut"] 	 	 	 			 = {["name"] = "bowl_coldcut", 							["label"] = "Cold Cut", 						["weight"] = 250, 		["type"] = "item", 		["image"] = "bowl_coldcut.png", 					["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["bowl_ovenroastedturkey"] 	 	 	 	 = {["name"] = "bowl_ovenroastedturkey", 				["label"] = "Oven Roasted Turkey", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "bowl_ovenroastedturkey.png", 			["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["bowl_rotisseriechicken"] 	 	 	 	 = {["name"] = "bowl_rotisseriechicken", 				["label"] = "Rotisserie Chicken", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "bowl_rotisseriechicken.png", 			["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["bowl_steakcheese"] 	 	 	 	 	 = {["name"] = "bowl_steakcheese", 						["label"] = "Steak and Cheese", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "bowl_steakcheese.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_blackforestham"] 	 	 	 = {["name"] = "sandwich_blackforestham", 				["label"] = "Black Forest Ham", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_blackforestham.png", 			["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_buffalochicken"] 	 	 	 = {["name"] = "sandwich_buffalochicken", 				["label"] = "Buffalo Chicken", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_buffalochicken.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_chickenbaconranch"] 	 	 	 = {["name"] = "sandwich_chickenbaconranch", 			["label"] = "Chicken Bacon Ranch", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_chickenbaconranch.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_italian"] 	 	 	 	 	 = {["name"] = "sandwich_italian", 						["label"] = "Italian", 							["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_italian.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_meatballmarinara"] 	 	 	 = {["name"] = "sandwich_meatballmarinara", 			["label"] = "Meatball Marinara", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_meatballmarinara.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_ovenroastedturkey"] 	 	 	 = {["name"] = "sandwich_ovenroastedturkey", 			["label"] = "sandwich_ovenroastedturkey", 		["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_ovenroastedturkey.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_pizza"] 	 	 	 	 		 = {["name"] = "sandwich_pizza", 						["label"] = "Pizza", 							["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_pizza.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_roastbeef"] 	 	 	 	 	 = {["name"] = "sandwich_roastbeef", 					["label"] = "Roast Beef", 						["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_roastbeef.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_rotiseriechicken"] 	 	 	 = {["name"] = "sandwich_rotiseriechicken", 			["label"] = "Rotiserie Chicken", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_rotiseriechicken.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_spicyitalian"] 	 	 	 	 = {["name"] = "sandwich_spicyitalian", 				["label"] = "Spicy Italian", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_spicyitalian.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_steakandcheese"] 	 	  	 = {["name"] = "sandwich_steakandcheese", 				["label"] = "Steak and Cheese", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_steakandcheese.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_sweetonionchickenteriyaki"] 	 = {["name"] = "sandwich_sweetonionchickenteriyaki",	["label"] = "Sweet Onion Chicken Teriyaki", 	["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_sweetonionchickenteriyaki.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["sandwich_tuna"] 	 	 	 	 		 = {["name"] = "sandwich_tuna", 						["label"] = "Tuna", 							["weight"] = 250, 		["type"] = "item", 		["image"] = "sandwich_tuna.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["wrap_blt"] 	 	 	 	 			 = {["name"] = "wrap_blt", 								["label"] = "BLT", 								["weight"] = 250, 		["type"] = "item", 		["image"] = "wrap_blt.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["wrap_ovenroastedturkey"] 	 	 	 	 = {["name"] = "wrap_ovenroastedturkey", 				["label"] = "Oven Roasted Turkey", 				["weight"] = 250, 		["type"] = "item", 		["image"] = "wrap_ovenroastedturkey.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["wrap_roastbeef"] 	 	 	 	 		 = {["name"] = "wrap_roastbeef", 						["label"] = "Roast Beef", 						["weight"] = 250, 		["type"] = "item", 		["image"] = "wrap_roastbeef.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["wrap_spicyitalian"] 	 	 	 	 	 = {["name"] = "wrap_spicyitalian", 					["label"] = "Spicy Italian", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "wrap_spicyitalian.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["wrap_sweetonionchickenteriyaki"] 		 = {["name"] = "wrap_sweetonionchickenteriyaki", 		["label"] = "Sweet Onion Chicken Teriyaki", 	["weight"] = 250, 		["type"] = "item", 		["image"] = "wrap_sweetonionchickenteriyaki.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["wrap_tuna"] 	 	 	 	 	 		 = {["name"] = "wrap_tuna", 							["label"] = "Tuna", 							["weight"] = 250, 		["type"] = "item", 		["image"] = "wrap_tuna.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},
	["wrap_veggiedelite"] 	 	 	 	 	 = {["name"] = "wrap_veggiedelite", 					["label"] = "Veggie Delite", 					["weight"] = 250, 		["type"] = "item", 		["image"] = "wrap_veggiedelite.png", 				["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Eat"},

Last updated