Problem with my NPCs
#4

Here's one of the NPC Script.
Код:
#define RECORDING "Thunder" //This is the filename of your recording without the extension.
#define RECORDING_TYPE 1 //1 for in vehicle and 2 for on foot.
#include <a_npc>
main(){}
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
#if RECORDING_TYPE == 1
  public OnNPCEnterVehicle(vehicleid, seatid) StartRecordingPlayback(RECORDING_TYPE, RECORDING);
  public OnNPCExitVehicle() StopRecordingPlayback();
#else
  public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
#endif
I DID follow the tutorial.
Reply


Messages In This Thread
Problem with my NPCs - by melcal05 - 05.11.2010, 15:59
Re: Problem with my NPCs - by MadeMan - 05.11.2010, 16:36
Re: Problem with my NPCs - by Dime - 05.11.2010, 16:40
Re: Problem with my NPCs - by melcal05 - 06.11.2010, 02:42
Re: Problem with my NPCs - by melcal05 - 06.11.2010, 16:52
Re: Problem with my NPCs - by melcal05 - 08.11.2010, 13:46

Forum Jump:


Users browsing this thread: 1 Guest(s)