[HELP] pm system with anti numbers
#2

Just do this

pawn Код:
for(new i; i<10; i++)
{
    new smallstr[5];
    format(smallstr, sizeof(smallstr), "%d", i);
    if(strfind(string, smallstr) != - 1) return true; //There is numbers
}
return false; //There isn't any numbers
Reply


Messages In This Thread
[HELP] pm system with anti numbers - by DOBLE_ZETA - 21.09.2010, 21:55
Re: [HELP] pm system with anti numbers - by [HiC]TheKiller - 21.09.2010, 22:36
Re: [HELP] pm system with anti numbers - by DOBLE_ZETA - 21.09.2010, 22:55

Forum Jump:


Users browsing this thread: 1 Guest(s)