25.11.2009, 15:44
why i get error when i compile this code?
please help me
pawn Код:
public OnGameModeInit()
{
print("my gamemode");
ConnectNPC("MyFirstNPC","mynpc");
return 1;
}

