26.04.2013, 00:52
Right, so I'm adding an animation to my server. Heres the issue I have.
This has made it so that they will do the animation, once as I needed. However, when the animation is done the character is set back to standing idle. I wanna make it so when the animation ends, it stops with his hands out.
Im trying to get it like this:
[ame]http://www.youtube.com/watch?v=jvHPD9fmlnA[/ame]
Код:
case 2: ApplyAnimation(playerid,"SWORD","sword_block",4.0,0,0,0,0,0);
Im trying to get it like this:
[ame]http://www.youtube.com/watch?v=jvHPD9fmlnA[/ame]