Karmafied Posted January 7, 2018 Report Share Posted January 7, 2018 (edited) My init.sqf looks like this, yet everyone still sees the "Karma was Killed" death message. How can I disable this? DZE_DeathMsgChat = "none"; //"none","global","side","system" Display death messages in selected chat channel. DZE_DeathMsgGlobal = false; //Enables global chat messaging of player deaths. (Also requires enableRadio true;?) (Default: false) DZE_DeathMsgSide = false; //Enables side chat messaging of player deaths. (Also requires enableRadio true;?) (Default: false) DZE_DeathMsgTitleText = false; //Enables global title text messaging of player deaths. (Default: false) Edited January 7, 2018 by Karmafied Mistake Link to comment Share on other sites More sharing options...
salival Posted January 8, 2018 Report Share Posted January 8, 2018 I think the one you're referring to is this config entry: https://github.com/EpochModTeam/DayZ-Epoch/blob/master/Server Files/DZE_Server_Config/Users/server/server.ArmA2OAProfile#L82 Link to comment Share on other sites More sharing options...
Karmafied Posted January 10, 2018 Author Report Share Posted January 10, 2018 Thank you, Salival! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now