Cleanup Compiles a bit

This commit is contained in:
Skaronator
2014-02-23 01:29:56 +01:00
parent c284754ace
commit 61e86abe4c
5 changed files with 39 additions and 65 deletions

View File

@@ -59,5 +59,4 @@ if (_canLoot) then {
};
dayz_buildingMonitor set [count dayz_buildingMonitor,_obj];
};
//["building_spawnZombies.sqf",(diag_tickTime - _t1)] call fnc_dump;
};

View File

@@ -1,5 +0,0 @@
private["_qty","_vehicle"];
_vehicle = _this select 0;
_qty = _this select 1;
_vehicle setFuel _qty;

View File

@@ -152,4 +152,3 @@ if (_nearbyCount < 1) exitwith
};
};
} forEach _nearby;
// ["player_spawnCheck.sqf",(diag_tickTime - _t1)] call fnc_dump;

View File

@@ -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}];
*/
};