🐐
Rebel Documentation
  • 🐐Rebel Resources
  • 💳Rebel Fleecas
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 🏦Rebel Cityhall
    • ⚡Config File
    • 📍Information
  • 📊Rebel Skills
    • ⚡Config File
    • 📍Information
    • 💻Client Exports
    • 💻Server Exports
    • 💻Client Events
  • 📋Rebel Scoreboard
    • ⚡Config File
    • 📍Information
  • 🚗Rebel Vehicle Controls
    • ⚡Config File
    • 📍Information
  • 👷Rebel Electrician
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 🚚Rebel Trucking
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 🍺Rebel Brewery
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 💰Rebel Bobcat
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 🏛️Rebel Maze Bank West
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
  • 💸Rebel Moneywash
    • ⚡Config File
    • 📍Information
    • 🔴QBCore Installation
    • 🔵ESX Installation
Powered by GitBook
On this page
  • 1. Add this to qb-core/shared/items.lua
  • 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!!
  1. Rebel Maze Bank West

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!!

PreviousInformationNextESX Installation

Last updated 1 year ago

🏛️
🔴