qb-inventory

The images for these items can always be found in a folder named [images] within the previously downloaded package. Make sure to use these images to ensure consistency and a seamless experience for players on your server.

["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."
},

Last updated