QB-Inventory (not done)

Install

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

    	["bowl_coldnoodle"]      = {["name"] = "bowl_coldnoodle",       ["label"] = "BOWL OF COLDNOODLES",     ["weight"] = 250,  ["type"] = "item", ["image"] = "bowl_coldnoodle.png",          ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["bowl_cucumberkimchi"]  = {["name"] = "bowl_cucumberkimchi",   ["label"] = "BOWL OF CUCUMBERKIMCHI",  ["weight"] = 250,  ["type"] = "item", ["image"] = "bowl_cucumberkimchi.png",      ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["bowl_kimchi"]          = {["name"] = "bowl_kimchi",           ["label"] = "BOWL OF KIMCHI",          ["weight"] = 250,  ["type"] = "item", ["image"] = "bowl_kimchi.png",              ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["bowl_radish"]          = {["name"] = "bowl_radish",           ["label"] = "BOWL OF RADISH",          ["weight"] = 250,  ["type"] = "item", ["image"] = "bowl_radish.png",              ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["bowl_sauces"]          = {["name"] = "bowl_sauces",           ["label"] = "BOWL OF SAUCES",          ["weight"] = 250,  ["type"] = "item", ["image"] = "bowl_sauces.png",              ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["kbbqtable"]            = {["name"] = "kbbqtable",             ["label"] = "KBBQ TABLE",              ["weight"] = 250,  ["type"] = "item", ["image"] = "kbbqtable.png",                ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "USE"},
	["kbbqtable2"]           = {["name"] = "kbbqtable2",            ["label"] = "KBBQ TABLE 2",            ["weight"] = 250,  ["type"] = "item", ["image"] = "kbbqtable2.png",               ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "USE"},
	["kbbqtable3"]           = {["name"] = "kbbqtable3",            ["label"] = "KBBQ TABLE 3",            ["weight"] = 250,  ["type"] = "item", ["image"] = "kbbqtable3.png",               ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "USE"},
	["longplate_kimuchiset"] = {["name"] = "longplate_kimuchiset",  ["label"] = "LONGPLATE OF KIMUCHISET", ["weight"] = 250,  ["type"] = "item", ["image"] = "longplate_kimuchiset.png",     ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["plate_calvi"]          = {["name"] = "plate_calvi",           ["label"] = "PLATE OF CALVI",          ["weight"] = 250,  ["type"] = "item", ["image"] = "food_coconutsplate_calvi.png", ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["plate_calviwithbone"]  = {["name"] = "plate_calviwithbone",   ["label"] = "PLATE OF CALVIWITHBONE",  ["weight"] = 250,  ["type"] = "item", ["image"] = "plate_calviwithbone.png",      ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["plate_meat"]           = {["name"] = "plate_meat",            ["label"] = "PLATE OF MEAT",           ["weight"] = 250,  ["type"] = "item", ["image"] = "plate_meat.png",               ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["plate_oxtongue"]       = {["name"] = "plate_oxtongue",        ["label"] = "PLATE OF OXTONGUE",       ["weight"] = 250,  ["type"] = "item", ["image"] = "plate_oxtongue.png",           ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "EAT"},
	["portable_grill"]       = {["name"] = "portable_grill",        ["label"] = "PORTABLE GRILL",          ["weight"] = 500,  ["type"] = "item", ["image"] = "portable_grill.png",           ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "USE"},
	["propanetank"]          = {["name"] = "propanetank",           ["label"] = "PROPANE TANK",            ["weight"] = 500,  ["type"] = "item", ["image"] = "propanetank.png",              ["unique"] = false,          ["useable"] = true,     ["shouldClose"] = true,       ["combinable"] = nil,   ["description"] = "USE"},

Last updated