[ajuda]error checkpoints
#3

Quote:
Originally Posted by histire
Посмотреть сообщение
pawn Код:
stock IsNumeric(const string[])
{
    for (new i = 0, j = strlen(string); i < j; i++)
        if(string[i] > '9' || string[i] < '0') return 0;

    return 1;
}
tenta ae
que isso vйi ?
Reply


Messages In This Thread
[ajuda]error checkpoints - by MagneticLove- - 24.03.2012, 00:16
Re: [ajuda]error checkpoints - by histire - 24.03.2012, 00:18
Re: [ajuda]error checkpoints - by MagneticLove- - 24.03.2012, 00:22
Re: [ajuda]error checkpoints - by histire - 24.03.2012, 00:34
Re: [ajuda]error checkpoints - by MagneticLove- - 24.03.2012, 00:39
Re: [ajuda]error checkpoints - by histire - 24.03.2012, 00:43
Re: [ajuda]error checkpoints - by rjjj - 24.03.2012, 00:44
Re: [ajuda]error checkpoints - by MagneticLove- - 24.03.2012, 00:51
Re: [ajuda]error checkpoints - by rjjj - 24.03.2012, 01:07
Re: [ajuda]error checkpoints - by MagneticLove- - 24.03.2012, 01:12

Forum Jump:


Users browsing this thread: 1 Guest(s)