mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
1.0.1.1
This commit is contained in:
@@ -149,7 +149,9 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
||||
|
||||
_isFuel = false;
|
||||
if (_hasFuelE) then {
|
||||
_isFuel = (_typeOfCursorTarget in dayz_fuelsources);
|
||||
{
|
||||
if(_cursorTarget isKindOf _x) exitWith {_isFuel = true;};
|
||||
} forEach dayz_fuelsources;
|
||||
};
|
||||
|
||||
// diag_log ("OWNERID = " + _ownerID + " CHARID = " + dayz_characterID + " " + str(_ownerID == dayz_characterID));
|
||||
|
||||
@@ -13,10 +13,10 @@ _radius = 200;
|
||||
_position = getPosATL player;
|
||||
|
||||
if (_inVehicle) then {
|
||||
_maxZombies = _maxZombies / 2;
|
||||
_maxZombies = dayz_zedSpawnVehCount;
|
||||
};
|
||||
if (_isAir) then {
|
||||
_maxZombies = 5
|
||||
_maxZombies = dayz_spawnAirCount;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -400,6 +400,12 @@ if(isNil "dayz_maxpos") then {
|
||||
dayz_maxpos = 20000;
|
||||
};
|
||||
|
||||
if(isNil "dayz_zedSpawnVehCount") then {
|
||||
dayz_zedSpawnVehCount = dayz_maxLocalZombies / 2;
|
||||
};
|
||||
if(isNil "dayz_spawnAirCount") then {
|
||||
dayz_spawnAirCount = 5;
|
||||
};
|
||||
if(isNil "dayz_zedsAttackVehicles") then {
|
||||
dayz_zedsAttackVehicles = true;
|
||||
};
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user