if(newstate==PLAYER_STATE_ONFOOT)
 {
 new Float:health;
 GetPlayerHealth(playerid,health);
 if(health < 12)
 {
 ApplyAnimation(playerid,"CRACK","CRCKDETH2",4.1,1,1,1,1,1,1);
 }
	}
ich ahb das so gemacht aber das passiert nur was wenn ich aus einem auto oder so steige -.-
kann mir da jemand weiter helfen ?