mysql error
#1

hi all,

I got a MySQL error, anyone know how to fix it?
Код:
C:\Users\-.-\Downloads\Compressed\Project Innovative\Project Innovative\Gamemode\Innovative.pwn(7583) : error 017: undefined symbol "va_return"
C:\Users\-.-\Downloads\Compressed\Project Innovative\Project Innovative\Gamemode\Innovative.pwn(7589) : error 035: argument type mismatch (argument 3)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Line
Код:
StringNumeric(const str[])
{
    for(new i = 0,ii = strlen(str);i < ii;i++)
    {
        if(str[i] > '9' || str[i] < '0') return 0;
    }
    return 1;
}
Reply


Messages In This Thread
mysql error - by LazyB0y - 03.11.2014, 14:43
Re: mysql error - by Eth - 03.11.2014, 14:51
Re: mysql error - by CutX - 03.11.2014, 15:21
Re: mysql error - by LazyB0y - 04.11.2014, 07:28
Re: mysql error - by Vince - 04.11.2014, 09:30
Re: mysql error - by LazyB0y - 04.11.2014, 09:47
Re: mysql error - by Runn3R - 04.11.2014, 11:28
Re: mysql error - by LazyB0y - 04.11.2014, 11:29
Re: mysql error - by Runn3R - 04.11.2014, 11:33
Re: mysql error - by LazyB0y - 04.11.2014, 11:33

Forum Jump:


Users browsing this thread: 3 Guest(s)