ox_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"] = {
    label = "Weed",
    weight = 1,
    stack = true,
    close = false,
},

["weed_packaged"] = {
    label = "Weed Packeged",
    weight = 1,
    stack = true,
    close = false,
},

["cocaine"] = {
    label = "Cocaine",
    weight = 1,
    stack = true,
    close = false,
},

["cocaine_cut"] = {
    label = "Cocaine Cuted",
    weight = 1,
    stack = true,
    close = false,
},

["cocaine_packaged"] = {
    label = "Cocaine Packeged",
    weight = 1,
    stack = true,
    close = false,
},

["chemicals"] = {
    label = "Chemicals",
    weight = 1,
    stack = true,
    close = false,
},

["meth"] = {
    label = "Meth",
    weight = 1,
    stack = true,
    close = false,
},

["meth_packaged"] = {
    label = "Meth packaged",
    weight = 1,
    stack = true,
    close = false,
},

["sorted_money"] = {
    label = "Sorted money",
    weight = 1,
    stack = true,
    close = false,
},

["package_money"] = {
    label = "Package money",
    weight = 1,
    stack = true,
    close = false,
},

Last updated