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 = "Marijuana",
    weight = 10,
    stack = true,
},

["weed_packaged"] = {
    label = "Packaged Marijuana",
    weight = 10,
    stack = true,
},

["cocaine"] = {
    label = "Cocaine",
    weight = 10,
    stack = true,
},

["cocaine_cut"] = {
    label = "Cut Cocaine",
    weight = 10,
    stack = true,
},

["cocaine_packaged"] = {
    label = "Packaged Cocaine",
    weight = 10,
    stack = true,
},

["meth"] = {
    label = "Methamphetamine",
    weight = 10,
    stack = true,
},

["chemicals"] = {
    label = "Chemicals",
    weight = 10,
    stack = true,
},

["meth_packaged"] = {
    label = "Packaged Methamphetamine",
    weight = 10,
    stack = true,
},

["sorted_money"] = {
    label = "Sorted Money",
    weight = 10,
    stack = true,
},

["package_money"] = {
    label = "Packaged Money",
    weight = 10,
    stack = true,
},

["police_stormram"] = {
    label = "Stormram",
    weight = 18000,
    stack = true,
},

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

Last updated