Bank Configuration
Quasar Banking allows you to customize physical bank locations, ATMs, and NPC (ped) configurations. This flexibility ensures the system is tailored to your server's layout and gameplay experience. Below is a detailed guide to configuring banks, ATMs, and bank peds.
Configuring Banks and ATMs
Bank Locations
Add physical bank locations using the
Config.Bank
table.Each bank requires:
id
: The bank's identifier, used for blips.x, y, z
: Coordinates for the bank location.
Example:
ATM Models
Define ATM models with
Config.ATMModels
.Include all prop names for ATMs present in your server.
If your server uses custom ATM props, simply add their names to the list.
Example:
Configuring Peds in Banks
Enable or Disable Peds
Use
Config.EnablePeds
to globally enable or disable peds in banks.
Example:
Ped Configuration
Configure individual peds for each bank.
Each ped configuration includes:
position
: The ped's location and heading.model
: The ped model to use.scenario
: The ped's animation or action (e.g., clipboard).
Example:
Last updated