Jump to content
  • 0

Death Messages


Tang0

Question

I see there is options in for death messages in Epoch 1.0.6, how is this turned on, i have added the following in init.sqf but no messages appear when a player is killed on the screen, what am i doing wrong?

enableRadio true;
enableSentences false;

// Death Messages
DZE_DeathMsgChat = "global"; //"none","global","side","system" Display death messages in selected chat channel.
DZE_DeathMsgDynamicText = true; // Display death messages as dynamicText in the top left with weapon icons.
DZE_DeathMsgRolling = false; // Display death messages as rolling messages in bottom center of screen.
DZE_DeathScreen = true; // True=Use Epoch death screen (Trade city obituaries have been amended) False=Use DayZ death screen (You are dead)

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
2 hours ago, Tang0 said:

I see there is options in for death messages in Epoch 1.0.6, how is this turned on, i have added the following in init.sqf but no messages appear when a player is killed on the screen, what am i doing wrong?

enableRadio true;
enableSentences false;

// Death Messages
DZE_DeathMsgChat = "global"; //"none","global","side","system" Display death messages in selected chat channel.
DZE_DeathMsgDynamicText = true; // Display death messages as dynamicText in the top left with weapon icons.
DZE_DeathMsgRolling = false; // Display death messages as rolling messages in bottom center of screen.
DZE_DeathScreen = true; // True=Use Epoch death screen (Trade city obituaries have been amended) False=Use DayZ death screen (You are dead)

Where in your init are you adding it? You need to make sure that it doesn't come before this line:

#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line

 

Link to comment
Share on other sites

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
  • Advertisement
  • Discord

×
×
  • Create New...