28.09.2013, 13:55
hey all
I have problem in my server with animations, i'm using function ApplyAnimation.
In my Bank robbery the player needs to plant c4 on the safe, then the animation:
The problem is if the player was running when the animation should be shown so he "canceled" the animation and he doesn't see the animation.
My question is how to make an animation being shown even the player is on move and stop him from what he doing and do the animation.
Hope you understand what i need help..
I have problem in my server with animations, i'm using function ApplyAnimation.
In my Bank robbery the player needs to plant c4 on the safe, then the animation:
Код:
ApplyAnimation(playerid,"BOMBER","BOM_Plant",4.0,0,0,0,0,0,1);
My question is how to make an animation being shown even the player is on move and stop him from what he doing and do the animation.
Hope you understand what i need help..