ApplyAnimation - I make it once, it does it twice?
#1

As the title says, i've put ApplyAnimation in a script, and made it to make an animation which takes 0.8 seconds, when something happens. Well it does it twice.. Wtf? What i did wrong?
Reply
#2

Show us the code?
Reply
#3

This is the ApplyAnimation what i'm using... Which ain't working. :S
pawn Код:
ApplyAnimation(playerid,"PED","HIT_back",4.1,0,0,0,0,1000,1);
Reply
#4

Try

pawn Код:
ApplyAnimation(playerid,"PED","HIT_back",4.0,1,0,0,0,-1);
Reply
#5

Erm, that makes it repeat over and over again non-stop. :/

Edit: Nevermind, got it work! I edited that "1" to "0" which you gave there.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)