Hi guys,
In Arma2Epoch I was using Zupa's Single Currency system and the developer functions allowed me to add/remove money:
How can I do the same in Arma3Epoch? Simply put, from inside a server-side SQF script, I would like to do things like:
add n krypto to playerBankAccount
remove n krypto from playerBankAccount
add n krypto to playerCash
remove n krypto from playerCash
Thanks!