13.06.2013, 01:01
Quote:
Hello dannyk0ed,
I'm not a pro' at all but i'll try to help you at my best. On your script, i can see: pawn Код:
pawn Код:
To do so, you must replace the 1 by a 0 to make the anim played in an infinite loop. pawn Код:
PS: Sorry if my enlish isn't perfect but i'm french. |
Thank you very much. It has worked.
[QUOTE=Strier;2567178]
pawn Код:
timer DeathFall[800](playerid)
{
stop InjuredFall[playerid];
TogglePlayerControllable(playerid, 0);
ApplyAnimation(playerid,"PED","KO_skid_front",4.0,0,1,1,1,0);
ApplyAnimation(playerid,"PED","KO_skid_front",4.0,0,1,1,1,0);
return 1;
}
I just stupidly copied the /lay Animination.