Animation problem
#1

I has make a command with a animation

pawn Код:
CMD:acjump(playerid, params[])
{
       ApplyAnimation(playerid, "DAM_JUMP", "DAM_Launch", 4.1, 0,1, 1, 1, 1, 1);
       return 1;
}
I make it for a dive, but when I fall from building with the anim, the anim will be stopped

My question is how to make this anim not stopped when I fall from building ?

Ty... Sorry for my bad english
Reply
#2

This is the parameter for ApplyAnimation:
pawn Код:
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync)
Just go through it and try to understand it, you will definitely get it.
Wish you Luck.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)