Animation while moving
#1

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:

Код:
ApplyAnimation(playerid,"BOMBER","BOM_Plant",4.0,0,0,0,0,0,1);
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..
Reply
#2

pawn Код:
ApplyAnimation(playerid,"BOMBER","BOM_Plant",4.0,0,0,0,1,0,1);
you can see i added a 1, that will freeze the player if im correct.
check this:
https://sampwiki.blast.hk/wiki/ApplyAnimation
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)