Posted November 19, 2016 (edited) hi everyone I'm currently having an issue with my server I'm working on ...when a player die ..it show two death notification how can i remove the first one ..and leave the exile notifications Edited November 19, 2016 by simonbett Share this post Link to post Share on other sites
Posted November 20, 2016 (edited) Find your @ExileServer folder, inside that you'll have a file called config.cfg. Open that, scroll to the end. You should see this section: class Missions { class Exile { template = Exile.Chernarus; // Exile.Namalsk, Exile.Altis // do NOT use custom difficulties! // Use either ExileRegular or ExileHardcore // or you will break Exile! difficulty = "ExileRegular"; }; }; Ensure you have either difficulty set to either ExileRegular or ExileHardcore. Edited November 20, 2016 by kuplion Share this post Link to post Share on other sites
Posted November 20, 2016 You can also use custom difficulties settings Share this post Link to post Share on other sites
Posted November 20, 2016 6 minutes ago, Akku said: You can also use custom difficulties settings It's generally the custom difficulties that cause this issue. Share this post Link to post Share on other sites
Posted November 20, 2016 server.Arma3Profile in your config folder/users/servername/make sure this parameter is the following groupIndicators=0; friendlyTags=0; enemyTags=0; deathMessages=0; Share this post Link to post Share on other sites