Installation
Step 1: Download and Prepare Files
Download the Script from FiveM Keymaster
Visit the FiveM Keymaster site.
Log in with your account credentials.
Locate the Bank Truck Robbery - 4 in 1! and Tools scripts in your Granted Assets section.
Download the script files from Keymaster.
Customizable Features:
The Bank Truck Robbery is fully configurable to suit your server’s preferences, allowing for unique gameplay experiences:
Configurable Data Files:
rm_banktruckrobbery/cfg.lua
m_banktruckrobbery/data/npcs.lua
m_banktruckrobbery/data/offsets.lua
m_banktruckrobbery/data/npcs.lua
Rewards and Models:
The amount of money players can steal is adjustable, with random amounts (e.g.,
$5000to$20000) available.Change the truck model (
stockade) and even the appearance of the passenger (mp_m_securoguard_01).
Truck Security:
Customize the passenger’s health, armor, and weapon to match the desired difficulty level.
Police Requirements:
You can enable or disable checks for required police officers on duty.
Truck Spawn Behavior:
Trucks can spawn automatically (
cfg.autoTruckSpawn = true), or players can take missions from the NPC.Set an interval for automatic spawns (e.g., every
10 minutes).Limit the number of unrobbed trucks on the map to prevent overpopulation (
cfg.maxNumberOfTrucksNotRobbed).
Blip and Tracking Options:
Enable truck location blips for players who purchase information, with continuous tracking when within 400 units.
Tool-Specific Timers:
Adjust the time required to complete key actions:
C4 Detonation:
10 secondsHacking:
20 secondsGassing:
30 secondsMoney Collecting:
20 seconds
Install and Configure ox_lib
Download the latest version of ox_lib from the official GitHub page.
Extract the
ox_libfiles to yourresourcesfolder.In your
server.cfg, ensure thatox_libis started before the Bank Truck Robbery - 4 in 1! script by adding the following line:
Step 2: Add Script to Server Configuration
Edit server.cfg
server.cfgOpen the
server.cfgfile located in the root directory of your FiveM server.Add the following line to ensure the Bank Truck Robbery - 4 in 1! script starts with your server:
ensure ox_lib
ensure rm_tools
ensure rm_banktruckrobberyLast updated