Items - OX

Add these into your items list e.g. ox_inventory/data/items.lua

-- Car Scrapping
['blowtorch']               = { label = 'Blowtorch',                    weight = 200,   stack = true, close = true,  client = { image = 'blowtorch.png' },          description = 'A tool often used by mechanics' },
['cardashcam']              = { label = 'Dash Cam',                     weight = 500,   stack = true, close = true,  client = { image = 'cardashcam.png' },         description = 'A dashboard camera taken from a scrapped car' },
['cardoor']                 = { label = 'Car Door',                     weight = 2000,  stack = true, close = true,  client = { image = 'cardoor.png' },            description = 'A door taken from a scrapped car' },
['carengine']               = { label = 'Car Engine',                   weight = 2000,  stack = true, close = true,  client = { image = 'carengine.png' },          description = 'An engine taken from a scrapped car' },
['carhood']                 = { label = 'Car Hood',                     weight = 2000,  stack = true, close = true,  client = { image = 'carhood.png' },            description = 'A hood door taken from a scrapped car' },
['carradio']                = { label = 'Car Radio',                    weight = 500,   stack = true, close = true,  client = { image = 'carradio.png' },           description = 'A radio taken from a scrapped car' },
['carsatnav']               = { label = 'Sat Nav',                      weight = 500,   stack = true, close = true,  client = { image = 'carsatnav.png' },          description = 'A satellite navigation system taken from a scrapped car' },
['carseat']                 = { label = 'Car Seat',                     weight = 2000,  stack = true, close = true,  client = { image = 'carseat.png' },            description = 'A seat taken from a scrapped car' },
['cartrunk']                = { label = 'Car Trunk',                    weight = 2000,  stack = true, close = true,  client = { image = 'cartrunk.png' },           description = 'A trunk door taken from a scrapped car' },
['cartyre']                 = { label = 'Car Tyre',                     weight = 2000,  stack = true, close = true,  client = { image = 'cartyre.png' },            description = 'A tyre taken from a scrapped car' },
['copperwire']              = { label = 'Copper Wire',                  weight = 200,   stack = true, close = true, client = { image = 'copperwire.png' },          description = 'Recyclable Copper Wire' },

Last updated