21.03.2012, 12:24
I has make a command with a animation
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
pawn Код:
CMD:acjump(playerid, params[])
{
ApplyAnimation(playerid, "DAM_JUMP", "DAM_Launch", 4.1, 0,1, 1, 1, 1, 1);
return 1;
}
My question is how to make this anim not stopped when I fall from building ?
Ty... Sorry for my bad english