Currently to set user's balance it's needed to write a lot of code:
player.debit1( player.getBalance1() );
player.credit1( 30 );
It would be very helpful if there would be also setBalance() function. I'm sure it should be easy.
Also, same is with VGoods.
Hi,
Is there any updates for setVGood or setBalance?
Thanks,
Irakli
Hello Irakli Geleishvili,
I will add this to our backlog for you.
Mantas
Irakli Geleishvili
Currently to set user's balance it's needed to write a lot of code:
player.debit1( player.getBalance1() );
player.credit1( 30 );
It would be very helpful if there would be also setBalance() function. I'm sure it should be easy.
Also, same is with VGoods.