This commit is contained in:
[VB]AWOL
2013-09-12 02:53:17 -05:00
parent a962b85fea
commit 56a9be77dd
22 changed files with 176 additions and 41 deletions

View File

@@ -87,15 +87,4 @@ _nrTLs= position _twr nearObjects ["#lightpoint",30];
};
};
};
};
<<<<<<< HEAD
=======
axe_TestMoveHC={
private ["_startPos","_currPos"];
_currPos = _this select 0;
_startPos = [_currPos,50,180,20,0,800,0] call BIS_fnc_findSafePos;
player setPosATL _startPos;
};
>>>>>>> origin/master
};

View File

@@ -46,4 +46,4 @@ if(!isNil "_objHouse")then{
};
};
} forEach _objHouse;
};
};

View File

@@ -104,4 +104,4 @@ do
}forEach _lightTrig;
};
sleep _sleep;
};
};

View File

@@ -69,4 +69,4 @@ if(_cntNrGen>0)then{//reset house if gen nearby to help create reliability regar
_x setVariable ["axeHLight", 0, false];
};
}forEach _objHouses;
*/
*/

View File

@@ -20,4 +20,4 @@ if(!isNil "_streetLamps")then{
};
}forEach _streetLamps;
};
};

View File

@@ -17,4 +17,4 @@ if(count _nrTowers >0)then{
_x setVariable ["axeTLight", 1, false];
};
}forEach _nrTowers;
};
};