Inventory Items

This section includes the complete item list for the script, ready to be integrated into the most popular inventory systems. Each item is properly configured with its name, label, and parameters to ensure full compatibility and seamless functionality within your server’s inventory setup.


qs-inventory
["weed_white-widow"] = {
    ["name"] = "weed_white-widow",
    ["label"] = "White Widow weed",
    ["weight"] = 150,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_white-widow.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_skunk"] = {
    ["name"] = "weed_skunk",
    ["label"] = "Skunk weed",
    ["weight"] = 150,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_skunk.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_purple-haze"] = {
    ["name"] = "weed_purple-haze",
    ["label"] = "Purple Haze weed",
    ["weight"] = 150,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_purple-haze.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_og-kush"] = {
    ["name"] = "weed_og-kush",
    ["label"] = "OG Kush weed",
    ["weight"] = 150,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_og-kush.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_amnesia"] = {
    ["name"] = "weed_amnesia",
    ["label"] = "Amnesia weed",
    ["weight"] = 150,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_amnesia.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_ak47"] = {
    ["name"] = "weed_ak47",
    ["label"] = "AK47 weed",
    ["weight"] = 150,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_ak47.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_white-widow_seed"] = {
    ["name"] = "weed_white-widow_seed",
    ["label"] = "White Widow seed",
    ["weight"] = 50,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_white-widow_seed.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_skunk_seed"] = {
    ["name"] = "weed_skunk_seed",
    ["label"] = "Skunk seed",
    ["weight"] = 50,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_skunk_seed.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_purple-haze_seed"] = {
    ["name"] = "weed_purple-haze_seed",
    ["label"] = "Purple Haze seed",
    ["weight"] = 50,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_purple-haze_seed.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_og-kush_seed"] = {
    ["name"] = "weed_og-kush_seed",
    ["label"] = "OG Kush seed",
    ["weight"] = 50,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_og-kush_seed.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_amnesia_seed"] = {
    ["name"] = "weed_amnesia_seed",
    ["label"] = "Amnesia seed",
    ["weight"] = 50,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_amnesia_seed.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_ak47_seed"] = {
    ["name"] = "weed_ak47_seed",
    ["label"] = "AK47 seed",
    ["weight"] = 50,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_ak47_seed.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["empty_weed_bag"] = {
    ["name"] = "empty_weed_bag",
    ["label"] = "Empty weed bag",
    ["weight"] = 50,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "empty_weed_bag.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["weed_nutrition"] = {
    ["name"] = "weed_nutrition",
    ["label"] = "Weed nutrition",
    ["weight"] = 500,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "weed_nutrition.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["lockpick"] = {
    ["name"] = "lockpick",
    ["label"] = "Lockpick",
    ["weight"] = 100,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "lockpick.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},

["police_stormram"] = {
    ["name"] = "police_stormram",
    ["label"] = "Police Storm Ram",
    ["weight"] = 800,
    ["type"] = "item",
    ["ammotype"] = nil,
    ["image"] = "police_stormram.png",
    ["unique"] = false,
    ["useable"] = true,
    ["combinable"] = nil,
    ["description"] = "It does not contain a description."
},
esx_inventory
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
	('weed_white-widow', 'White Widow', 1),
	('weed_skunk', 'Skunk', 1),
	('weed_purple-haze', 'Purple Haze', 1),
	('weed_og-kush', 'OG Kush', 1),
	('weed_amnesia', 'Amnesia', 1),
	('weed_ak47', 'Ak74', 1),
	('weed_white-widow_seed', 'White Widow Seed', 1),
	('weed_skunk_seed', 'Skunk Seed', 1),
	('weed_purple-haze_seed', 'Purple Haze Seed', 1),
	('weed_og-kush_seed', 'OG Kush Seed', 1),
	('weed_amnesia_seed', 'Amnesia Seed', 1),
	('weed_ak47_seed', 'ak47 Seed', 1),
	('empty_weed_bag', 'Empty Bag', 1),
	('weed_nutrition', 'Weed Nutrition', 1),
	('lockpick', 'Lockpick', 1),
	('police_stormram', 'Police Storm Ram', 1)
;
qb-inventory
    ["weed_white-widow"]          = { name = "weed_white-widow", label = "White Widow weed", weight = 150, type = "item", image = "weed_white-widow.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_skunk"]                = { name = "weed_skunk", label = "Skunk weed", weight = 150, type = "item", image = "weed_skunk.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_purple-haze"]          = { name = "weed_purple-haze", label = "Purple Haze weed", weight = 150, type = "item", image = "weed_purple-haze.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_og-kush"]              = { name = "weed_og-kush", label = "OG Kush weed", weight = 150, type = "item", image = "weed_og-kush.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_amnesia"]              = { name = "weed_amnesia", label = "Amnesia weed", weight = 150, type = "item", image = "weed_amnesia.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_ak47"]                 = { name = "weed_ak47", label = "AK47 weed", weight = 150, type = "item", image = "weed_ak47.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },

    ["weed_white-widow_seed"]     = { name = "weed_white-widow_seed", label = "White Widow seed", weight = 50, type = "item", image = "weed_white-widow_seed.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_skunk_seed"]           = { name = "weed_skunk_seed", label = "Skunk seed", weight = 50, type = "item", image = "weed_skunk_seed.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_purple-haze_seed"]     = { name = "weed_purple-haze_seed", label = "Purple Haze seed", weight = 50, type = "item", image = "weed_purple-haze_seed.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_og-kush_seed"]         = { name = "weed_og-kush_seed", label = "OG Kush seed", weight = 50, type = "item", image = "weed_og-kush_seed.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_amnesia_seed"]         = { name = "weed_amnesia_seed", label = "Amnesia seed", weight = 50, type = "item", image = "weed_amnesia_seed.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_ak47_seed"]            = { name = "weed_ak47_seed", label = "AK47 seed", weight = 50, type = "item", image = "weed_ak47_seed.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },

    ["empty_weed_bag"]            = { name = "empty_weed_bag", label = "Empty weed bag", weight = 50, type = "item", image = "empty_weed_bag.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["weed_nutrition"]            = { name = "weed_nutrition", label = "Weed nutrition", weight = 500, type = "item", image = "weed_nutrition.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["lockpick"]                  = { name = "lockpick", label = "Lockpick", weight = 100, type = "item", image = "lockpick.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
    ["police_stormram"]           = { name = "police_stormram", label = "Police Storm Ram", weight = 800, type = "item", image = "police_stormram.png", unique = false, useable = true, shouldClose = true, description = "It does not contain a description." },
ox_inventory
["weed_white-widow"] = {
    label = "White Widow weed",
    weight = 150,
    stack = false,
},

["weed_skunk"] = {
    label = "Skunk weed",
    weight = 150,
    stack = false,
},

["weed_purple-haze"] = {
    label = "Purple Haze weed",
    weight = 150,
    stack = false,
},

["weed_og-kush"] = {
    label = "OG Kush weed",
    weight = 150,
    stack = false,
},

["weed_amnesia"] = {
    label = "Amnesia weed",
    weight = 150,
    stack = false,
},

["weed_ak47"] = {
    label = "AK47 weed",
    weight = 150,
    stack = false,
},

["weed_white-widow_seed"] = {
    label = "White Widow seed",
    weight = 50,
    stack = false,
},

["weed_skunk_seed"] = {
    label = "Skunk seed",
    weight = 50,
    stack = false,
},

["weed_purple-haze_seed"] = {
    label = "Purple Haze seed",
    weight = 50,
    stack = false,
},

["weed_og-kush_seed"] = {
    label = "OG Kush seed",
    weight = 50,
    stack = false,
},

["weed_amnesia_seed"] = {
    label = "Amnesia seed",
    weight = 50,
    stack = false,
},

["weed_ak47_seed"] = {
    label = "AK47 seed",
    weight = 50,
    stack = false,
},

["empty_weed_bag"] = {
    label = "Empty weed bag",
    weight = 50,
    stack = true,
},

["weed_nutrition"] = {
    label = "Weed nutrition",
    weight = 500,
    stack = false,
},

["lockpick"] = {
    label = "Lockpick",
    weight = 100,
    stack = true,
},

["police_stormram"] = {
    label = "Police Storm Ram",
    weight = 800,
    stack = false,
},