🚘
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
  • xSound (Optional)
  • Adding Items
  • Images
  • Inventories
  • Starting the resource
  1. Train Heist

Install

Last updated 9 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

xSound (Optional)

We've added some sounds, but you can only hear them with xSound. (This is not required for the script to work, you just won't hear those).

  1. Download the latest release of .

  2. Add xSound to your resources folder.

  3. Add the ensure xsound to your server.cfg. (Before or after exp_trainheist shouldn't be an issue)

Adding Items

Images

Inventories

ox_inventory

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

```lua
grinder = {
    label = "Grinder",
    weight = 1000,
},

gold_ingot = {
    label = "Gold Ingot",
    weight = 1000,
},
```
  1. Rename the files to grinder and gold_ingot.

  2. Add the files 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
('grinder', 'Grinder', 1, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('gold_ingot', 'Gold Ingot', 1, 0, 1);
  1. Rename the files to grinder and gold_ingot.

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

qb-inventory

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

```lua
grinder = { name = 'grinder', label = 'Grinder', weight = 1000, type = 'item', image = 'grinder.png', unique = true },
gold_ingot = { name = 'gold_ingot', label = 'Gold Ingot', weight = 1000, type = 'item', image = 'gold_ingot.png', unique = true },```
  1. Rename the files to grinder and gold_ingot.

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

Starting the resource

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

ensure exp_trainheist
  1. Restart your server.

Here are some images you can use from .

Choose icon items from the above and save them. You can also get custom ones yourself.

Choose icon items from the above and save them. You can also get custom ones yourself.

Choose icon items from the above and save them. You can also get custom ones yourself.

Enjoy!

🚂
➡️
🚀
SD_Lib
Installation & Integration
xSound
bitc0de's items gallery
images
images
images
Cover
Cover
Cover
Cover
Cover
Cover
grinder.png
grinder.png
grinder.png
gold_ingot.png
gold_ingot.png
gold_ingot.png
grinder.png
grinder.png
grinder.png
gold_ingot.png
gold_ingot.png
gold_ingot.png