Server Callbacks
All Server Callbacks for msk_banking
You need msk_core! - Download it here
hasBankcard
Returns
hasBankcard - boolean
- if The Player has a Bankcard or not
getMainAccount
Returns
mainAccount - table <identifier, cash, bank, iban>
- The data of the main account
getSecondAccount
Returns
secondAccount - table <identifier, bank, iban>
- The data of the second account
getSocietyAccounts
Parameters
jobname - string
- The job you want the data from
Returns
societyAccount - table <identifier, bank, iban, name, label>
- The data of the society account
getPIN
Returns
pin - string
- PIN
getInvestment
Returns
invest - number
- The current Invesment Amount as a number
Last updated