Error with rRace v0.2a by RyDeR
#2

Add this at the top of the script
pawn Код:
#pragma unused ret_memcpy
And at the bottom of the script
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
Error with rRace v0.2a by RyDeR - by mrsamp - 22.07.2012, 16:55
Re: Error with rRace v0.2a by RyDeR - by Pinguinn - 22.07.2012, 17:41
Re: Error with rRace v0.2a by RyDeR - by mrsamp - 22.07.2012, 17:46

Forum Jump:


Users browsing this thread: 1 Guest(s)