Items - QB
Add these into your items list e.g. qb-core/shared/items.lua
-- Car Scrapping
blowtorch = { name = 'blowtorch', label = 'Blowtorch', weight = 200, type = 'item', image = 'blowtorch.png', unique = false, useable = false, shouldClose = true, description = 'A tool often used by mechanics' },
cardashcam = { name = 'cardashcam', label = 'Dash Cam', weight = 500, type = 'item', image = 'cardashcam.png', unique = false, useable = false, shouldClose = true, description = 'A dashboard camera taken from a scrapped car' },
cardoor = { name = 'cardoor', label = 'Car Door', weight = 2000, type = 'item', image = 'cardoor.png', unique = false, useable = false, shouldClose = true, description = 'A door taken from a scrapped car' },
carengine = { name = 'carengine', label = 'Car Engine', weight = 2000, type = 'item', image = 'carengine.png', unique = false, useable = false, shouldClose = true, description = 'An engine taken from a scrapped car' },
carhood = { name = 'carhood', label = 'Car Hood', weight = 2000, type = 'item', image = 'carhood.png', unique = false, useable = false, shouldClose = true, description = 'A hood door taken from a scrapped car' },
carradio = { name = 'carradio', label = 'Car Radio', weight = 500, type = 'item', image = 'carradio.png', unique = false, useable = false, shouldClose = true, description = 'A radio taken from a scrapped car' },
carsatnav = { name = 'carsatnav', label = 'Sat Nav', weight = 500, type = 'item', image = 'carsatnav.png', unique = false, useable = false, shouldClose = true, description = 'A satellite navigation system taken from a scrapped car' },
carseat = { name = 'carseat', label = 'Car Seat', weight = 2000, type = 'item', image = 'carseat.png', unique = false, useable = false, shouldClose = true, description = 'A seat taken from a scrapped car' },
cartrunk = { name = 'cartrunk', label = 'Car Trunk', weight = 2000, type = 'item', image = 'cartrunk.png', unique = false, useable = false, shouldClose = true, description = 'A trunk door taken from a scrapped car' },
cartyre = { name = 'cartyre', label = 'Car Tyre', weight = 2000, type = 'item', image = 'cartyre.png', unique = false, useable = false, shouldClose = true, description = 'A tyre taken from a scrapped car' },
copperwire = { name = 'copperwire', label = 'Copper Wire', weight = 200, type = 'item', image = 'copperwire.png', unique = false, useable = false, shouldClose = false, description = 'Recyclable Copper Wire' },
Last updated