mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
1.0.2.51 dev
This commit is contained in:
@@ -17,7 +17,7 @@ dayz_CurrentZombies = 0;
|
||||
_soundLimit = 3;
|
||||
{
|
||||
if (!alive _x) then {
|
||||
[player,"flysound",0,true] call dayz_zombieSpeak;
|
||||
[player,"flysound",1,true] call dayz_zombieSpeak;
|
||||
_soundLimit = _soundLimit - 1;
|
||||
};
|
||||
if (_soundLimit == 0) exitWith {};
|
||||
|
||||
Reference in New Issue
Block a user