QB Core Item

Add items to qb items.lua (qb-core/shared/items.lua)

['battery'] = {['name'] = 'battery', ['label'] = 'Battery', ['weight'] = 0, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false,	['combinable'] = nil, ['description'] = ''},
['airbag'] = {['name'] = 'airbag', ['label'] = 'Air Bag', ['weight'] = 0, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false ['combinable'] = nil, ['description'] = ''},
['lowradio'] = {['name'] = 'lowradio', ['label'] = 'Low Radio', ['weight'] = 0, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['stockrim'] = {['name'] = 'stockrim', ['label'] = 'Stockrim', ['weight'] = 0, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = ''},
['highradio'] = {['name'] = 'highradio', ['label'] = 'High Radio', ['weight'] = 0, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false,	['combinable'] = nil, ['description'] = ''},
['highrim'] = {['name'] = 'highrim', ['label'] = 'Highrim', ['weight'] = 0, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false,	['combinable'] = nil, ['description'] = ''},
['door'] = {['name'] = 'door', ['label'] = 'Vehicle Door', ['weight'] = 0, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false ['combinable'] = nil, ['description'] = ''},
['speaker'] = {['name'] = 'speaker', ['label'] = 'Vehilce Speaker', ['weight'] = 0, ['type'] = 'item', ['image'] = 'battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false,	['combinable'] = nil, ['description'] = ''},

Last updated