Config.BankTypes To create a new bank type, add a table entry with your chosen name.
.png?fit=max&auto=format&n=kwHIQSAhiVWpKX8t&q=85&s=3d83c6191b102a342bbdb7ae4cf0114c)
- 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_securitypanelConfig.Banks that uses your newly created bank type
How to get interior informations?
To retrieve interior information, use thegetInteriorInfo command (client console).
.png?fit=max&auto=format&n=kwHIQSAhiVWpKX8t&q=85&s=7fcf72239442c2c9e58fb35550ec2048)
How to get offset from interior?
To determine the offset from the interior, use thegetInteriorOffset command (client console). This command provides you the offset from your current position within the interior.
.png?fit=max&auto=format&n=kwHIQSAhiVWpKX8t&q=85&s=3d621d0b706902a6e25491df75e2d7ad)