Don't work
#1

don't work npc. I did everything but does not work on such GM could help clarify? Send and try http://solidfiles.com/d/oOSy
Reply
#2

no this link:
Reply
#3

1 - What gamemode are you using?
2 - Is it letting the NPC through the login system of the script?
3 - Edit your posts instead of double posting next time.
Reply
#4

gedux try and reading the Kc tutorial that will help you i don't understand to al the tutorial yet but try it will help you
Reply
#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
#6

anyway don't work
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)