Fixed infection

This commit is contained in:
Florian Kinder
2014-02-24 13:12:01 +01:00
parent 9fb899afbf
commit 4fcc5ef052

View File

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