ox_inventory
Items:
Copy the following:
["cardoor"] = {
label = "Vehicle Door",
weight = 2500,
close = true,
stack = false,
description = "Door",
server = {
export = 'dynyx_chopshop.carrydoor'
}
},
["carhood"] = {
label = "Vehicle Hood",
weight = 2500,
close = true,
stack = false,
description = "Hood",
server = {
export = 'dynyx_chopshop.carryhood'
}
},
["cartrunk"] = {
label = "Vehicle Trunk",
weight = 2500,
close = true,
stack = false,
description = "Trunk",
server = {
export = 'dynyx_chopshop.carrytrunk'
}
},
["carwheel"] = {
label = "Vehicle Wheel",
weight = 2500,
close = true,
stack = false,
description = "Wheel",
server = {
export = 'dynyx_chopshop.carrywheel'
}
},
Go to the bottom of `ox_inventory\data\items.lua`
Paste all the items before the last
}
Images:
Go to
dynyx_chopshop\images
and copy all the imagesLocate the
ox_inventory\web\images
folderAnd paste all the images in there
Last updated