1.0.2.51 dev

This commit is contained in:
[VB]AWOL
2013-10-30 13:06:18 -05:00
parent ec4cc0842b
commit cde35c43dc
20 changed files with 830 additions and 64 deletions

View File

@@ -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 {};