04.03.2012, 23:45
assim?
pawn Код:
if(LIFE <= 20)
{
SendClientMessage(playerid,-1,"GRAVEMENTE FERIDO!");
SetPlayerHealth(damagedid,20);
ApplyAnimation(damagedid,"PED","KO_skid_front",4.1,0,1,1,1,0);
TogglePlayerControllable(damagedid, 0);
return 1;
}