/withdraw bug
#4

pawn Код:
if(cashdeposit > 1000000 && cashdeposit < 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
                {
                  SendClientMessage(playerid, COLOR_LIGHTYELLOW2, "[ERROR:] You are not allowed to withdraw that much");
                    return 1;
                }
Why the && cashdeposit < *massive number* ??

if(cashdeposit > 1000000) would work fine.
Reply


Messages In This Thread
/withdraw bug - by tomnidi - 01.07.2009, 07:25
Re: /withdraw bug - by Brendan_Thomson - 01.07.2009, 07:29
Re: /withdraw bug - by tomnidi - 01.07.2009, 07:32
Re: /withdraw bug - by Brendan_Thomson - 01.07.2009, 07:34
Re: /withdraw bug - by Andom - 01.07.2009, 08:11
Re: /withdraw bug - by Brendan_Thomson - 01.07.2009, 08:20
Re: /withdraw bug - by Ignas1337 - 01.07.2009, 10:52
Re: /withdraw bug - by Brendan_Thomson - 01.07.2009, 13:42

Forum Jump:


Users browsing this thread: 1 Guest(s)