28.10.2009, 01:13
so your problem is the NPC bot is not connected in your server then use this maybe will help you
Code:
public OnGameModeInit() { print("my gamemode"); ConnectNPC("MyFirstNPC","mynpc"); return 1; }