Works fine with 3.8.1
like function :
Economics?.Call("Withdraw", player.UserIDString, Convert.ToDouble(balance));
Works fine with 3.8.1
like function :
Economics?.Call("Withdraw", player.UserIDString, Convert.ToDouble(balance));
I haven't see error in logs, just my doesn't work with the 3.8.2 do the withdraw but work well with the 3.8.1.
In my case is a transfert from Economics to Server Rewards and after transfert the money is normally withdraw from the Economics with this call:
Economics?.Call("Withdraw", player.UserIDString, Convert.ToDouble(balance));