22.01.2012, 11:32
PHP код:
if(PlayerInjured[playerid] > 0)
{
TogglePlayerControllable(playerid,0);
SendClientMessage(playerid,-1,"You have falled to the ground because you are injured");
ApplyAnimation(playerid,"CRACK","crckdeth2",4.0,0,0,0,1,1);
SetTimer("HPRevive", 10000, false);
}