2 errors
#2

Try this:

pawn Код:
#pragma unused ret_memcpy
And this:

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;
}
Reply


Messages In This Thread
2 errors - by I3ullet - 04.08.2012, 05:17
Respuesta: 2 errors - by HarlemSAMP - 04.08.2012, 05:24

Forum Jump:


Users browsing this thread: 1 Guest(s)