QB items
Follow The File Path to Setup Items.
qb-core/shared/items.lua
Copy All items and Paste Directly Into file.
['chop_wheel'] = {['name'] = 'chop_wheel', ['label'] = 'Car Wheel', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'chop_wheel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ["created"] = nil, ["decay"] = 30.0, ['description'] = 'A wheel from a vehicle'},
['chop_door'] = {['name'] = 'chop_door', ['label'] = 'Car Door', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'chop_door.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ["created"] = nil, ["decay"] = 30.0, ['description'] = 'A door from a vehicle'},
['chop_hood'] = {['name'] = 'chop_hood', ['label'] = 'Car Hood', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'chop_hood.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ["created"] = nil, ["decay"] = 30.0, ['description'] = 'A hood from a vehicle'},
['chop_trunk'] = {['name'] = 'chop_trunk', ['label'] = 'Car Trunk', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'chop_trunk.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ["created"] = nil, ["decay"] = 30.0, ['description'] = 'A trunk from a vehicle'}, ['trackeritem'] = {['name'] = 'trackeritem', ['label'] = "Tracker Disabler", ['weight'] = 2000, ['type'] = 'item', ['image'] = 'trackeritem.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ["created"] = nil, ["decay"] = 9.0, ['description'] = 'A tracking disabler'},
Last updated