new Float:Health; GetPlayerHealth(plId, Health); if(Health == 0) { SendClientMessage(playerid, 0xFF0000AA, "This player is ..."); return 1; }