I'm running reality with the death message package. The messages stopped working a while back presumably when I have added a mod. I've even gone as far as to rebuild reality before and add my mods again, still couldn't pin point which one was causing the issue. Hopefully someone on here can help me locate the issue.
My rpt logs show the following
To me that reads like _victim the variable referenced on line 9 of server_playerDied.sqf is null ?
For reference all of my files relating to death messages are the same as the files shown in this tutorial - http://dayz.st/w/Kill_Messages#CODE_CHANGES
I noticed this line in fnc_plyrHit.sqf, I never see these messages in my debug logs either
I do however see messages like this in my rpt from mphit
Any help you guys could give me in troubleshooting to find the source of this error would be greatly appreciated 
My rpt logs show the following
Code:
14:07:55 "PDEATH: Player Died 72434822"
14:07:55 Error in expression <lect 3;
_playerName = _this select 4;
_victim removeAllEventHandlers "MPHit";
>
14:07:55 Error position: <_victim removeAllEventHandlers "MPHit";
>
14:07:55 Error Undefined variable in expression: _victim
14:07:55 File z\addons\dayz_server\compile\server_playerDied.sqf, line 9
13:36:33 "PDEATH: Player Died 97947654"
13:36:33 Error in expression <lect 3;
_playerName =_this select 4;
_victim removeAllEventHandlers "MPHit";
>
13:36:33 Error position: <_victim removeAllEventHandlers "MPHit";
>
13:36:33 Error Undefined variable in expression: _victim
13:36:33 File z\addons\dayz_server\compile\server_playerDied.sqf, line 9
To me that reads like _victim the variable referenced on line 9 of server_playerDied.sqf is null ?
For reference all of my files relating to death messages are the same as the files shown in this tutorial - http://dayz.st/w/Kill_Messages#CODE_CHANGES
I noticed this line in fnc_plyrHit.sqf, I never see these messages in my debug logs either
Code:
diag_log format["PHIT: %1 (%5) was hit by %2 (%6) with %3 from %4m", _victim, _attacker, _weapon, _distance, _victimPlayerID, _attakerPlayerID];
Code:
13:33:43 "Adding MPHit EH for B 1-1-D:1 (Deathdude) REMOTE"