16.06.2010, 00:01
Cara, nгo entendi muito bem sua Questгo, (achei que so se tivesse abaixo de 10 era para executar aзгo), mesmo assim:
Esta tudo certo, agora nгo sei porque vieste pedir ajuda se esta certo?
pawn Код:
public OnPlayerDamageStatusUpdate(playerid)
{
SendClientMessage(playerid, AMARELO,"Cuidado chame a anbulancia /ligar 102" );
ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
SetPlayerHealth(playerid, 10.0);
SetTimer("ANIM",5000,0);
return 1;
}