kill msgs 1.8

Hi there,

I got the same problem, in my RPT-File I have found:

Code:
18:28:34 Error in expression <layerID, _killerPlayerID];
};
 
diag_log _loc_message;
[nil, nil, rspawn, [_kille>
18:28:34  Error position: <_loc_message;
[nil, nil, rspawn, [_kille>
18:28:34  Error Undefined variable in expression: _loc_message
18:28:34 File z\addons\dayz_server\compile\server_playerDied.sqf, line 41

The problem is that line 41 is correct.

Code:
diag_log _loc_message;

Any Ideas?
 
found the ERROR

variables not declared

LINE 3 in
dayz_server/compile/server_playerDied.sqf




private["_characterID","_minutes","_newObject","_playerID","_key","_playerName","_playerID","_myGroup","_group","_victim", "_killer", "_weapon", "_message","_distance","_loc_message","_victimName","_killerName","_killerPlayerID"];
 
Hi, sorry for the late reply but the build always fails (at least for me).
I am using the latest version from github.

Code:
Merging changes for package ./tmp/killmsgs_msn_tmp
Hunk #1 failed at line 13.

I tested to build it with the kill message package only but it doesn't work neither.

Any suggestions?
 
open up folder packages...18...kill msgs...and edit the file init.sqf and delete the last empty line.
and then build your deploy
 
open up folder packages...18...kill msgs...and edit the file init.sqf and delete the last empty line.
and then build your deploy

can someone write a detailed instruction on HOW to turn on kill messages? Im confused
 
Back
Top