help,
#7

pawn Код:
IsNumeric(const string[])
{
    for (new i = 0, j = strlen(string); i < j; i++)
    {
        if (string[i] > '9' || string[i] < '0')
        {
            return 0;
        }
    }
    return 1;
}
Add that some where in your script. :P
Reply


Messages In This Thread
help, - by WardenCS - 23.08.2009, 20:32
Re: help, - by WardenCS - 23.08.2009, 21:35
Re: help, - by Khelif - 23.08.2009, 21:48
Re: help, - by WardenCS - 23.08.2009, 21:53
Re: help, - by Backwardsman97 - 23.08.2009, 21:58
Re: help, - by WardenCS - 23.08.2009, 22:02
Re: help, - by Backwardsman97 - 23.08.2009, 22:07
Re: help, - by WardenCS - 23.08.2009, 22:10
Re: help, - by WardenCS - 24.08.2009, 09:35
Re: help, - by Energyzer - 24.08.2009, 09:40
Re: help, - by WardenCS - 24.08.2009, 10:16
Re: help, - by RyDeR` - 24.08.2009, 10:19
Re: help, - by RyDeR` - 24.08.2009, 10:20
Re: help, - by WardenCS - 24.08.2009, 10:30
Re: help, - by MB@ - 24.08.2009, 10:33
Re: help, - by WardenCS - 24.08.2009, 10:34
Re: help, - by Typhome - 24.08.2009, 11:06
Re: help, - by Backwardsman97 - 24.08.2009, 11:15

Forum Jump:


Users browsing this thread: 4 Guest(s)