SA-MP Forums Archive
Don't work - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Don't work (/showthread.php?tid=109024)



Don't work - gedux123775 - 17.11.2009

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


Re: Don't work - gedux123775 - 17.11.2009

no this link:


Re: Don't work - miokie - 17.11.2009

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.


Re: Don't work - Sfinx_17 - 17.11.2009

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


Re: Don't work - denbo1 - 18.11.2009

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


Re: Don't work - gedux123775 - 20.11.2009

anyway don't work