🚘
EXPLORE
  • 👋Welcome
  • 🏦Bank Robbery
    • ➡️Install
    • Configuration
    • Client Functions
  • 🎯Target Menu
    • Configuration
    • Client Functions
  • 🚂Train Heist
    • ➡️Install
    • Configuration
    • Client Functions
  • 🚩Turf Wars
    • Configuration
  • 🏎️Car Heist
    • Configuration
  • 🎴Card Menu
    • Client Exports
  • 💻Hack
    • ➡️Install
    • Configuration
Powered by GitBook
On this page
  • Requirements
  • SD_Lib
  • Target System
  • EXP_Hack
  • Adding Items
  • Images
  • Inventories
  • Starting the resource
  1. Bank Robbery

Install

Last updated 8 months ago

Requirements

SD_Lib

  1. Download the latest release of .

  2. Follow the guide from SD_Lib.

Target System

  1. Download the latest release of the target system of your choice.

  2. Follow the installation guide of your target system

Target System
Releases
Installation Guide

Ox Target

https://github.com/overextended/ox_target/releases
https://overextended.dev/ox_target

QB Target

https://github.com/qbcore-framework/qb-target

EXP_Hack

Follow the installation guide of .

Adding Items

Images

Inventories

ox_inventory

  1. Add the following lines to your ox_inventory/data/items.lua.

```lua
laptop = {
    label = "Laptop",
    weight = 1000,
},
```
  1. Rename the file to laptop.

  2. Add the file to ox_inventory/web/images.

esx_inventory

  1. Execute the following lines on your database.

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('laptop', 'Laptop', 1, 0, 1);
  1. Rename the file to laptop.

  2. Add the file to esx_inventory/html/img/items.

qb-inventory

  1. Add the following lines to your qb-core/shared/items.lua.

```lua
laptop = { name = 'laptop', label = 'Laptop', weight = 1000, type = 'item', image = 'laptop.png', unique = true },
```
  1. Rename the file to laptop.

  2. Add the file to qb-inventory/html/images.

Starting the resource

  1. Add the following line to your server.cfg.

ensure exp_bank_robbery
  1. Restart your server.

Here are some images you can use from .

Choose one of the and save it. You can also get a custom one yourself.

Choose one of the and save it. You can also get a custom one yourself.

Choose one of the and save it. You can also get a custom one yourself.

Enjoy!

🏦
➡️
🚀
SD_Lib
Installation & Integration
exp_hack
bitc0de's items gallery
images
images
images
Cover
Cover
Cover
laptop.png
laptop.png
laptop.png
laptop.png
laptop.png
laptop.png