24.03.2014, 18:59
Have you declared ConectarNPCS as variable instead of a function?
I ran:
and I got the same errors as you got so you declared it as a variable which is incorrect.
I ran:
pawn Код:
new ConectarNPCS;
public OnGameModeInit()
{
ConectarNPCS(0);
return 1;
}