Skip to main content
Open the config and scroll to Config.BankTypes
To create a new bank type, add a table entry with your chosen name.
Image Every bank type require:
  • coords: Used to spawn robbery blip and calculate distance to handle In/Out/Near states offset
  • hostagesRoom: hostages room center, used to draw intimidation bar offset
  • hostagesDistance: distance from hostagesRoom from which onward the player results in the hostagesRoom (optional, default: 4.5)
  • insideDistance: distance from coords from which onward the player results inside the bank
  • nearDistance: distance from coords from which onward the player results near the bank
  • In: function called when the player enters the bank (please copy the In function of another);
  • Out: function called when the player exits the bank
  • trollies: table with all trollies (last coordinate is the heading) offset
    types: cash, gold, diamond
  • doors: all doors data
  • peds: all peds data
The vault hacking panel is automatically detected within a 30 meter radius of the vault door and currently only recognizes the model hei_prop_hei_securitypanel
After you have finished creating your bank type you can create a new bank in the Config.Banks that uses your newly created bank type

How to get interior informations?

To retrieve interior information, use the getInteriorInfo command (client console). Image

How to get offset from interior?

To determine the offset from the interior, use the getInteriorOffset command (client console).
This command provides you the offset from your current position within the interior.
Image