qb-inventory / ps-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.luaPaste all the items before the last
}
Images:
Go to
dynyx_chopshop\imagesand copy all the imagesLocate the
qb-inventory\html\imagesorps-inventory\html\imagesfolderAnd paste all the images in there
Last updated