bot following help - 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: bot following help (
/showthread.php?tid=256634)
bot following help -
lolumadd_ - 21.05.2011
I made a bot face me, and use the running anim. That works, but when he does the running anim, he doesn't move, he just does the anim while in the same place.
Anim Line:
Код:
ApplyAnimation(z,"ped","run_player",4.1,1,1,0,0,0);
ive also tried
Код:
ApplyAnimation(z,"ped","run_player",4.1,1,1,1,1,1);
Doesnt make a difference. What can I do differently to make him move? Besides using SetPlayerPos..?
Re: bot following help -
lolumadd_ - 21.05.2011
edit: nevermid