mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fixed infection
This commit is contained in:
@@ -19,10 +19,10 @@ disableUserInput true;
|
|||||||
//};
|
//};
|
||||||
|
|
||||||
_infected = 0;
|
_infected = 0;
|
||||||
if (r_player_infected && DZE_PlayerZed) then {
|
if (r_player_infected && DZE_PlayerZed) then {
|
||||||
_infected = 1;
|
_infected = 1;
|
||||||
};
|
};
|
||||||
PVDZE_plr_Died = [dayz_characterID,_infected,_body,_playerID];
|
PVDZE_plr_Died = [dayz_characterID,0,_body,_playerID,_infected];
|
||||||
publicVariableServer "PVDZE_plr_Died";
|
publicVariableServer "PVDZE_plr_Died";
|
||||||
|
|
||||||
_id = [player,20,true,getPosATL player] call player_alertZombies;
|
_id = [player,20,true,getPosATL player] call player_alertZombies;
|
||||||
|
|||||||
Reference in New Issue
Block a user