Walk/Move with animacion - 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: Walk/Move with animacion (
/showthread.php?tid=392142)
Walk/Move with animation -
Azazelo - 12.11.2012
Is it possible to move player during animation ?
I try this :
Quote:
ApplyAnimation(playerid,"CARRY","crry_prtial",4.1, 1,1,1,0,0);
|
Re: Walk/Move with animacion -
NumbSkull - 12.11.2012
you can always SetPlayerVelocity(playerid,0.0,0.0,0.0); just figure out what way and how fast
Re: Walk/Move with animation -
Azazelo - 13.11.2012
Quote:
Originally Posted by NumbSkull
you can always SetPlayerVelocity(playerid,0.0,0.0,0.0); just figure out what way and how fast
|
I try to use SetPlayerVelocity(playerid,0.0,0.0,0.0);
and get movement work fine but awkward look when player move and his legs do not move
Any more idea how to make walk and do animation ?