public HeightCheck(){ new Float:x, Float:y, Float:z; for(new i = 0; i < GetMaxPlayers(); i++) { GetPlayerPos(i,x,y,z); if(z < 90) { SetPlayerHealth(i,0.0); } } return 1;}