Server
Events - Serverside
Add / Remove / Set Money
Parameters
iban - string
- The identifier of a Player
Returns
account - table <iban, money, account>
- Saved account
account
can be 'main'
for mainAccount, '1'
for secondAccount or 'society'
for societyAccount
setSharedAccountMoney
This is an EventHandler when saving an account.
Returns
data - table <iban, money, account>
- Saved account
data.account
can be 'main'
for mainAccount, '1'
for secondAccount or 'society'
for societyAccount
Last updated