🔴QBCore Installation

1. Add this to qb-core/shared/items.lua

-- Rebel Bobcat
['bckeycard'] = {['name'] = 'bckeycard', ['label'] = 'Bobcat Security Keycard', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'bckeycard.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bobcat Security Keycard'},
['bcgaragekeycard'] = {['name'] = 'bcgaragekeycard', ['label'] = 'Bobcat Garage Keycard', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'bcgaragekeycard.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bobcat Garage Keycard'},
['c4'] = {['name'] = 'c4', ['label'] = 'C4', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'c4.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sometimes you\'d wish for everything to burn'},
['goldbar'] = {['name'] = 'goldbar', ['label'] = 'Gold Bar', ['weight'] = 100, ['type'] = 'item', ['image'] = 'goldbar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Precious Gold!'},
['thermite'] = {['name'] = 'thermite', ['label'] = 'Thermite', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'thermite.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sometimes you\'d wish for everything to burn'},

2. Add the doorlock config to your doorlock script or insert the doorlock sql if you use ox_doorlock.

3. Make sure you have rebel-lib installed and all the used minigames

4. You're all good to go! Enjoy and have fun!!

Last updated