17.09.2011, 21:27
Where i should put this code in my script? Under which parameter, or where? Helpz
pawn Код:
GetPlayerHealth(playerid,health);
if(health <= 29)
{
ApplyAnimationEx(playerid, "CRACK", "crckdeth2", 4.0, 0, 1, 1, 1, 1);
return 1;
}