CMD:heal(playerid, params[]){ if(InDM[playerid] == 0) { SetPlayerHealth(playerid, 100); } else { SCM(playerid, -1, "You cannot heal yourself in DM Arena"); }}