10.07.2012, 14:53
This function is given in:
name[] = Put this as your NPC's name, example: ConnectNPC("Bob", "Myscript");
You will have to record an NPC script with the npc_record filterscript in order to have a scriptname. Or you can use some of the recordings in 'npcmodes'.
pawn Код:
ConnectNPC(name[], script[]);
You will have to record an NPC script with the npc_record filterscript in order to have a scriptname. Or you can use some of the recordings in 'npcmodes'.