mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 06:02:56 +03:00
Cleanup Compiles a bit
This commit is contained in:
@@ -59,5 +59,4 @@ if (_canLoot) then {
|
||||
};
|
||||
|
||||
dayz_buildingMonitor set [count dayz_buildingMonitor,_obj];
|
||||
};
|
||||
//["building_spawnZombies.sqf",(diag_tickTime - _t1)] call fnc_dump;
|
||||
};
|
||||
@@ -1,5 +0,0 @@
|
||||
private["_qty","_vehicle"];
|
||||
_vehicle = _this select 0;
|
||||
_qty = _this select 1;
|
||||
|
||||
_vehicle setFuel _qty;
|
||||
@@ -152,4 +152,3 @@ if (_nearbyCount < 1) exitwith
|
||||
};
|
||||
};
|
||||
} forEach _nearby;
|
||||
// ["player_spawnCheck.sqf",(diag_tickTime - _t1)] call fnc_dump;
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
private ["_unit","_position"];
|
||||
_unit = _this select 0;
|
||||
if (isServer) then {
|
||||
if (isServer) exitWith {
|
||||
_unit addEventHandler ["local", {_this call zombie_findOwner}];
|
||||
} else {
|
||||
/*} else {
|
||||
_position = getPosATL _unit;
|
||||
_unit addEventHandler ["local", {_this call eh_zombieInit}];
|
||||
*/
|
||||
};
|
||||
Reference in New Issue
Block a user