zeppo Posted July 1, 2015 Report Share Posted July 1, 2015 The death message dosent show at all, whats the problem? My init file DZE_DeathMsgGlobal = true; DZE_DeathMsgTitleText = true; DZE_DeathMsgSide = true; enableRadio true; enableSentences true; Link to comment Share on other sites More sharing options...
0 raymix Posted July 1, 2015 Report Share Posted July 1, 2015 Think you still need a radio in your pocket, as far as I remember. Link to comment Share on other sites More sharing options...
0 zeppo Posted July 1, 2015 Author Report Share Posted July 1, 2015 I have the radio on respwan i have all the time aswell. Link to comment Share on other sites More sharing options...
0 DimitriPokki Posted July 1, 2015 Report Share Posted July 1, 2015 in [addons\dayz_server\compile] server_playerDied.sqf uncomment this: if(DZE_DeathMsgGlobal) then { [nil, nil, rspawn, [_killer, _message], { (_this select 0) globalChat (_this select 1) }] call RE; }; if(DZE_DeathMsgGlobal) then { customRemoteMessage = ['globalChat', _message, _killer]; publicVariable "customRemoteMessage"; }; if(DZE_DeathMsgSide) then { [nil, nil, rspawn, [_killer, _message], { (_this select 0) sideChat (_this select 1) }] call RE; }; if(DZE_DeathMsgTitleText) then { [nil,nil,"per",rTITLETEXT,_message,"PLAIN DOWN"] call RE; }; Link to comment Share on other sites More sharing options...
0 zeppo Posted July 2, 2015 Author Report Share Posted July 2, 2015 Here is my files Player_Died http://pastebin.com/c1dAKqA8 PlyrHit http://pastebin.com/Jyx46XMJ Link to comment Share on other sites More sharing options...
0 Halvhjearne Posted July 2, 2015 Report Share Posted July 2, 2015 in your init find this: enableRadio true; make sure its not commented out or false. if thats not the problem, then you should check your logs for errors. Link to comment Share on other sites More sharing options...
0 zeppo Posted July 2, 2015 Author Report Share Posted July 2, 2015 Idk im turned the radio to off, and still not working im not getting a error message. Link to comment Share on other sites More sharing options...
Question
zeppo
The death message dosent show at all, whats the problem?
My init file
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now