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
The blip sprite for the police alert. ([See the list of sprites](https://docs.fivem.net/docs/game-references/blips/#blips))
POL_ALERT_SPRITE = 108 -- radar_financier_strand...
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))
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