public OnPlayerUpdate(playerid){ if(GetPlayerHealth(playerid) < 10) { ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0); } return 1;}