Configuration
You can edit the following variables in the file: config.lua
The active locale name.
MONEY_PER_STACK
The amount of money earned when grabbing a full stack.
MONEY_PER_STACK = 150
The type of money earned when grabbing money on a trolley.
The time to wait between two bank robberies.
BANK_TIMER = 60 * 60000 -- 60 minutes
POLICE_REQUIRED
The amount of cops required to be online.
The police alert duration (How long the blip stays on the map).
POL_ALERT_SPRITE
The blip sprite for the police alert. ([See the list of sprites](https://docs.fivem.net/docs/game-references/blips/#blips))
POL_ALERT_COLOR
The blip color for the police alert. ([See the list of colors](https://docs.fivem.net/docs/game-references/blips/#blip-colors))
Toggle the wave effect behind the blip for the police alert.
The name of the item required to hack control panels.
This can be removed or commented to disable the requirement.
The bank configurations.
This should NOT be changed, unless you know what you're doing.