31.05.2015, 08:28
You should check if they will have more than 25m with their current amount in the wallet and the amount they want to deposit. Something like this:
pawn Код:
if(PlayerInfo[playerid][pWallet] + option > 25000000) return SendClientMessage...