07.06.2009, 10:37
Код:
public Health(playerid)
{
new Float:health;
if(GetPlayerHealth(playerid, health) < 40)
{
ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
SendClientMessage(playerid, COLOR_RED, "You have been wounded, you need a paramedic !");
return 1;
}
return 1;
}

