28.10.2009, 01:09
this should help you maybe
Код:
public OnGameModeInit() { print("my gamemode"); ConnectNPC("MyFirstNPC","mynpc"); return 1; }
