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.
Hello Irakli Geleishvili,
I will add this to our backlog for you.
Thanks,
Mantas
Hi,
Is there any updates for setVGood or setBalance?
Irakli
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.