Client
Exports - Clientside
openATM
Opens the ATM
Parameters
checkPin - boolean
- Check the pin before opening the ATM
checkPin
Opens the Numpad or Input to insert the pin, if the pin is correct it opens the ATM.
getBankingInfo
Parameters
checkBankcard - boolean
- Check if the player has a Bankcard
Returns
mainAccount - table <identifier, cash, bank, iban>
- The data of the main account
secondAccount - table <identifier, bank, iban>
- The data of the second account
hasBankcard - boolean
- if The Player has a Bankcard or not. If set to false
then it's always true
getSocietyInfo
Parameters
jobname - string
- The job you want the data from - Optional
Returns
societyAccount - table <identifier, bank, iban, name, label>
- The data of the society account
getCartridgeBursted
Parameters
playerId - string|number
- The ServerId of the player
Returns
bursted - boolean
- whether a Cartridge is Bursted or not while an ATM Robbery
Last updated