#5

public OnFilterScriptInit()
{
print("Bots..);
ConnectNPC("NameYourBot","the-name-of-the-bot-you-have-in-recording");
return 1;
}

Save that file... Now open the pawno and Press New and type this ...

#define RECORDING "Here-Type-Your-Bot-Name-That-You Have- In your NPC reocrdings"
#define RECORDING_TYPE 2 //1 for in vehicle and 2 for on foot.

#include <a_npc>
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);


Good Luck
Reply


Messages In This Thread
NPC - by Crake^ - 14.06.2010, 20:57
Re: NPC - by [asg]davo - 14.06.2010, 22:03
Re: NPC - by Crake^ - 15.06.2010, 14:47
Re: NPC - by HydraX - 15.06.2010, 14:58
Re: NPC - by matthewdriftking - 15.06.2010, 15:34
Re: NPC - by Crake^ - 15.06.2010, 17:12
Re: NPC - by Crake^ - 15.06.2010, 17:40
Re: NPC - by HydraX - 15.06.2010, 22:41
Re: NPC - by Crake^ - 16.06.2010, 19:52

Forum Jump:


Users browsing this thread: 1 Guest(s)