- Easy to use config
- Plant a bomb in cars
- Bombs can be disable by the police
Add the item to your qb-core/shared/item.lua
['carbomb'] = {['name'] = 'carbomb', ['label'] = 'BOMB', ['weight'] = 500, ['type'] = 'item', ['image'] = 'carbomb.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['bomb_controler'] = {['name'] = 'bomb_controler', ['label'] = 'CONTROLER', ['weight'] = 500, ['type'] = 'item', ['image'] = 'bomb_controler.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
For move the images from images folder to your inventory folder qb-inventory/html/images