25.03.2014, 01:25
Quote:
Have you declared ConectarNPCS as variable instead of a function?
I ran: pawn Код:
|
Here:
pawn Код:
new ConectarNPCS;
public OnGameModeInit();
{
ConectarNPCS(0);
return 1;
}
You forgot the ; on public "OnGameModeInit();"