qb-inventory
Items:
Copy the following:
["cardoor"] = {
name = "cardoor",
label = "Vehicle Door",
weight = 2500,
type = "item",
unique = true,
useable = false,
description = "A car door",
},
["carhood"] = {
name = "carhood",
label = "Vehicle Hood",
weight = 2500,
type = "item",
unique = true,
useable = false,
description = "A car hood",
},
["cartrunk"] = {
name = "cartrunk",
label = "Vehicle Trunk",
weight = 2500,
type = "item",
unique = true,
useable = false,
description = "A car trunk",
},
["carwheel"] = {
name = "carwheel",
label = "Vehicle Wheel",
weight = 2500,
type = "item",
unique = true,
useable = false,
description = "A car wheel",
},
Go to the bottom of
qb-core\shared\items.lua
Paste all the items before the last
}
Images:
Go to
dynyx_chopshop\images
and copy all the imagesLocate the
qb-inventory\html\images
folderAnd paste all the images in there
Last updated