SA-MP Forums Archive
Making it posible to move whit anim - 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: Making it posible to move whit anim (/showthread.php?tid=187162)



Making it posible to move with anim - juuleman - 01.11.2010

Hey guys,

If someone does /say or something local in my server i made something that his character does this anim.

pawn Код:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,0,5000,1);
Now my problem is, when someone does this the anim is showing but he cant move. While ive seen other servers doing this anim with the posibility to move.. Does anyone know how to do this?

Thanks.


Re: Making it posible to move whit anim - Jaxson - 03.11.2010

Hey, try with this:
Код:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1,1);