Jump to content
  • 0

Death messages in the middle of the screen?


Radiix

Question

Hey volks,

 

i just want to know how i can enable the "middle of the screen" death messages?

 

Because we have enabled every possible death message in our init.sqf as following:

 

DZE_DeathMsgGlobal = true;
DZE_DeathMsgSide = true;
DZE_DeathMsgTitleText = true;
 
And only the ones in the sidechat are popping up in white letters. Do we need to modify anything else than that? If yes, provide some informations please.
 
Thanks for any help :)
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

try this..

 

init.sqf

enableRadio true;
DZE_DeathMsgTitleText = true;

in your dayz_server.pbo >> compile >> server_playerdied.sqf >> find:

if(DZE_DeathMsgTitleText) then {
[nil,nil,"per",rTITLETEXT,_message,"PLAIN DOWN"] call RE;
};

replace it with:

if(DZE_DeathMsgTitleText) then {
[nil, nil, rTITLETEXT, _message, "PLAIN DOWN", 0] call RE;
sleep 5;
};

worked on my old server havnt tested with the new patch remmember to backup your files before you make changes :)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...