Expected token: ";", but found ")"
#4

Have you declared ConectarNPCS as variable instead of a function?

I ran:
pawn Код:
new ConectarNPCS;

public OnGameModeInit()
{
    ConectarNPCS(0);
    return 1;
}
and I got the same errors as you got so you declared it as a variable which is incorrect.
Reply


Messages In This Thread
Expected token: ";", but found ")" - by NTVbeleza - 24.03.2014, 18:38
Re: Expected token: ";", but found ")" - by CroM256 - 24.03.2014, 18:40
Respuesta: Re: Expected token: ";", but found ")" - by NTVbeleza - 24.03.2014, 18:46
Re: Expected token: ";", but found ")" - by Konstantinos - 24.03.2014, 18:59
Respuesta: Expected token: ";", but found ")" - by NTVbeleza - 25.03.2014, 01:10
Re: Expected token: ";", but found ")" - by Vincenzo0 - 25.03.2014, 01:25
Re: Expected token: ";", but found ")" - by DarkLored - 25.03.2014, 01:56
Re: Expected token: ";", but found ")" - by NTVbeleza - 25.03.2014, 15:26

Forum Jump:


Users browsing this thread: 2 Guest(s)