Don't work
#5

Hummm...

Have you did it right like this made mine not work, i did't see for ages why untill i re-wrote it...

Код:
#define RECORDING "dance_NPC1" //This is the filename of your recording without the extension.
#define RECORDING_TYPE 2 //1 for in vehicle and 2 for on foot.
They get me the 1st time
Try them, if edit this

Код:
#define RECORDING "new" //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
Kc tut
Hope this is a little more help and yes Kc's tut helps alot to
Oh if its ment to be in a vehicle thn tryvplacing the vehicle for it the right way in Kc's tut
Reply


Messages In This Thread
Don't work - by gedux123775 - 17.11.2009, 14:07
Re: Don't work - by gedux123775 - 17.11.2009, 14:13
Re: Don't work - by miokie - 17.11.2009, 14:16
Re: Don't work - by Sfinx_17 - 17.11.2009, 15:18
Re: Don't work - by denbo1 - 18.11.2009, 12:38
Re: Don't work - by gedux123775 - 20.11.2009, 11:52

Forum Jump:


Users browsing this thread: 1 Guest(s)