Fix death messages

This commit is contained in:
icomrade
2014-06-09 13:01:56 -04:00
parent 92b942757d
commit b144c7dce6
4 changed files with 8 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ _infected = 0;
if (r_player_infected && DZE_PlayerZed) then {
_infected = 1;
};
PVDZE_plr_Died = [dayz_characterID,0,_body,_playerID,_infected];
PVDZE_plr_Died = [dayz_characterID,0,_body,_playerID,_infected, dayz_playerName];
publicVariableServer "PVDZE_plr_Died";
_id = [player,20,true,getPosATL player] call player_alertZombies;

View File

@@ -671,7 +671,7 @@ if(!isDedicated) then {
dayz_guiHumanity = -90000;
dayz_firstGroup = group player;
dayz_originalPlayer = player;
dayz_playerName = "Unknown";
dayz_playerName = name player;
dayz_sourceBleeding = objNull;
dayz_clientPreload = false;
dayz_authed = false;