Question about npc
#2

not sure but this might work (not a NPC geek )

pawn Код:
forward StartMyNpc();
public OnGameModeInit() {
     SetTimer("StartMyNpc",30000,false); // 30 seconds starts the callback
     return 1;
}
public StartMyNpc() {
    ConnectNPC("MyName","myscript");
    return 1;
}
Reply


Messages In This Thread
Question about npc - by JS_Joker - 27.08.2011, 02:39
Re: Question about npc - by Kitten - 27.08.2011, 02:53

Forum Jump:


Users browsing this thread: 1 Guest(s)