SA-MP Forums Archive
NPC playback :) - 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)
+--- Thread: NPC playback :) (/showthread.php?tid=434656)



NPC playback :) - kubeba59 - 03.05.2013

Hello how can I make the npc replay himself over and over and over again ?


Re: NPC playback :) - [MG]Dimi - 03.05.2013

pawn Код:
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
Read this carefully.


Re: NPC playback :) - kubeba59 - 04.05.2013

Quote:
Originally Posted by [MG]Dimi
Посмотреть сообщение
pawn Код:
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
Read this carefully.
Fixed,tnx