config/config.lua
Main Settings
Shows polyzones created inside the game. Useful for testing zone placement.
Disables all minigames. Useful for testing the full robbery flow without completing minigame challenges.
The key code used to trigger drawtext interactions.
38 is [E] by default.The size of the drawtext interaction zone.
The default rotation of the drawtext interaction zone. Individual stores can override this in
Config.Stores.Spawns networked props server side. Set to
false to spawn them client side instead.Spawns networked peds server side. Set to
false to spawn them client side instead.Minimum number of police required online before a robbery can be started. Set to
0 to disable.The jobs that count as police for the
MinimumPolice check and dispatch alerts.Requires a minimum number of players nearby to start a robbery.Set
amount to 0 or false to disable.Maximum number of store robberies that can be active at the same time. Set to
0 to disable.Disables the loud approach path entirely.
Disables the silent approach path entirely.
Disables all particle effects during robberies.
Disables weapon removal during robberies. Only enable this if you use a weapon wheel resource.
Enables compatibility with the GruppeSechs job by 17mov.
Cooldowns & Limits
When
true, robbing one store puts all stores on cooldown. When false, each store has its own cooldown.Cooldown duration in minutes.
Per-player cooldown in minutes after completing a robbery. Set to
0 to disable.Maximum robberies per server restart, split by store type. Set each value to
0 to disable.Maximum robberies a single player can complete per restart, split by store type. Set each value to
0 to disable.Skill System
Requires players to meet a minimum level from an integrated XP/skill system before starting a robbery. Must have an XP system configured in the bridge.
Minimum level required to initiate a robbery. Only applies when
SkillSystem is true.Dispatch
Title shown in the dispatch alert.
Message body shown in the dispatch alert.
Radio code shown in the dispatch alert.
Time in seconds the dispatch alert remains visible. Not all dispatch systems support this.
Blip settings for the dispatch map marker.
Controls which steps trigger dispatch alerts.
Loud and Silent can be enabled independently.Bonus Items
Enables or disables bonus item drops at the end of a robbery.
Percentage chance that any bonus item is given at all.
Number of items that can be given from the bonus items table.
Table of possible bonus items. Each entry has a
Name, Chance (%), and Amount range.
The total chance across all items needs to add up to 100%.Evidence & Stress
Enables fingerprint evidence drops at the crime scene.
Percentage chance that fingerprint evidence is left behind.
Enables the stress system. Stress is only applied when a minigame is failed.
Percentage chance that stress is applied on a minigame fail.
The minimum and maximum amount of stress applied per failure.
Required Items
Maps logical item names to your inventory item names.
Break chance (%) for each item when used during a robbery.
Rewards
Register, ATM, and safe rewards are configured per store type. Each table follows the same format.Set to
true to give money directly. Set to false to give a cash item instead.The item name used when
Cash is false.The minimum and maximum cash or item amount per reward.
Optional item metadata. Used if
markedbills or similar items carry random value data in their info table.| Table | Description |
|---|---|
Config.RegisterStores247 | Register loot from 24/7 stores |
Config.RegisterGasStations | Register loot from gas stations |
Config.RegisterLiquorStores | Register loot from liquor stores |
Config.AtmStores247 | ATM loot from 24/7 stores |
Config.AtmGasStations | ATM loot from gas stations |
Config.SafeStores247 | Safe loot from 24/7 stores (uncorrupted data) |
Config.SafeCorruptStores247 | Safe loot from 24/7 stores (corrupted data) |
Config.SafeGasStations | Safe loot from gas stations |
Config.SafeLiquorStores | Safe loot from liquor stores |
Config.RewardShelf. Config.MaxItems controls how many items can be taken from each shelf.
Store Locations
Enable or disable store types and individual locations using these tables:Config.Stores247— 24/7 supermarkets (9 locations, FM Supermarket map)Config.GasStations— Gas stations (5 locations)Config.LiquorStores— Liquor stores (5 locations)
Config.Stores with coordinates, interactions, NPC settings, reset timers, and per-store overrides. Use the store key (e.g. "Strawberry", "Davis") when calling exports.
You can add custom store locations by copying an existing entry in
Config.Stores and adjusting the coordinates and interaction zones.Other Settings
Controls the safe code range and UI text for the office computer step.
How long the alarm lasts in minutes.
Weapons allowed for threatening the clerk during the loud approach. Add or remove weapon hashes as needed.
FuseboxDuration, RegisterDuration, ServerDuration, etc.) control how long progress bars run for each interaction step.
Logs
Configured inconfig/logs.lua.
Enables or disables the logging system.
Your Discord webhook URL, or your Fivemerr/Fivemanage API key.
The Fivemanage dataset to log activity to. Leave as
"default" unless you have a specific dataset configured.