13.06.2013, 00:59
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;
}