simonbett

Kill Messege

5 posts in this topic

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

 

 

arma3 2016-11-19 12-50-11-70.png

Edited by simonbett

Share this post


Link to post
Share on other sites

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 by kuplion

Share this post


Link to post
Share on other sites
Advertisement
6 minutes ago, Akku said:

You can also use custom difficulties settings :ph34r:

It's generally the custom difficulties that cause this issue.

Share this post


Link to post
Share on other sites

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
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.