SA-MP Forums Archive
How can I get a bot to stay in its destination? - 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: How can I get a bot to stay in its destination? (/showthread.php?tid=105064)



How can I get a bot to stay in its destination? - Mattjones17 - 27.10.2009

Hi
Is there a way I can set a bot so that when it reaches the end of its path, it stays still?

Thanks
Matt


Re: How can I get a bot to stay in its destination? - AG Adam - 27.10.2009

Try these codes:
pawn Код:
native StopRecordingPlayback(); // STOP the playback
native PauseRecordingPlayback(); // Pause the playback, you can resume it
native ResumeRecordingPlayback(); // Resume playback