ox_inventory Steps
(Here is a hidden giftcard for my store, hopefully you are the first to find it :P ) 4295 1816 7813 4374
Add this to ox_inventory/data/items.lua
["starter_box"] = {
label = "Starter Gift Box",
weight = 1000,
stack = true,
close = true,
description = "A gift box",
client = {
image = "giftbox.png",
}
},
["gang_kit"] = {
label = "Gang Kit",
weight = 1000,
stack = true,
close = true,
description = "A gift box",
client = {
image = "giftbox.png",
}
},
Last updated