🚘
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
  • LANGUAGE
  • MONEY_PER_STACK
  • MONEY_TYPE
  • BANK_TIMER
  • POLICE_REQUIRED
  • POL_ALERT_TIME
  • POL_ALERT_SPRITE
  • POL_ALERT_COLOR
  • POL_ALERT_WAVE
  • HACK_ITEM
  • BANKS
  1. Bank Robbery

Configuration

You can edit the following variables in the file: config.lua

LANGUAGE

The active locale name.

LANGUAGE = "en"

MONEY_PER_STACK

The amount of money earned when grabbing a full stack.

MONEY_PER_STACK = 150

MONEY_TYPE

The type of money earned when grabbing money on a trolley.

MONEY_TYPE = "money"

BANK_TIMER

The time to wait between two bank robberies.

BANK_TIMER = 60 * 60000     -- 60 minutes

POLICE_REQUIRED

The amount of cops required to be online.

POLICE_REQUIRED = 0

POL_ALERT_TIME

The police alert duration (How long the blip stays on the map).

POL_ALERT_TIME = 30 * 1000  -- 30 seconds

POL_ALERT_SPRITE

POL_ALERT_SPRITE = 108      -- radar_financier_strand...

POL_ALERT_COLOR

POL_ALERT_COLOR = 1         -- Red

POL_ALERT_WAVE

Toggle the wave effect behind the blip for the police alert.

POL_ALERT_WAVE = true       -- Enables the blip wave.

HACK_ITEM

The name of the item required to hack control panels. This can be removed or commented to disable the requirement.

HACK_ITEM = "laptop"        -- Required item to hack, Remove to allow anyone to hack.

BANKS

The bank configurations. This should NOT be changed, unless you know what you're doing.

Last updated 9 months ago

The blip sprite for the police alert. ([See the list of sprites]())

The blip color for the police alert. ([See the list of colors]())

🏦
https://docs.fivem.net/docs/game-references/blips/#blips
https://docs.fivem.net/docs/game-references/blips/#blip-colors