NPC Spawning in blueberry
#5

Try:
pawn Код:
#define RECORDING "bus"       //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
Reply


Messages In This Thread
NPC Spawning in blueberry - by Kyle - 07.01.2012, 19:33
Re: NPC Spawning in blueberry - by TheArcher - 07.01.2012, 20:21
Re: NPC Spawning in blueberry - by FireCat - 07.01.2012, 20:58
Re: NPC Spawning in blueberry - by Kyle - 07.01.2012, 21:16
Re: NPC Spawning in blueberry - by Stigg - 07.01.2012, 22:13

Forum Jump:


Users browsing this thread: 2 Guest(s)