🔴QBCore Installation

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

-- Rebel Maze Bank West
['mazebankwest_keycard'] = {['name'] = 'mazebankwest_keycard', ['label'] = 'Maze Bank West Keycard', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'mazebankwest_keycard.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Maze Bank West Keycard'},
['electronickit'] = {['name'] = 'electronickit', ['label'] = 'Electronic Kit', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'electronickit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Hacking tool used for various purposes'},

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