Update infectious waterholes

Vanilla commit:

0dadb0897c
This commit is contained in:
ebaydayz
2016-11-21 18:39:50 -05:00
parent 6853263f3d
commit d7ecf29744
21 changed files with 350 additions and 1989 deletions

View File

@@ -1,106 +1,18 @@
_vehicle_162 = objNull;
if (true) then
{
_this = "Mass_grave" createVehicleLocal [7698.6094, 3984.0344, 5.3405762e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_162 = _this;
_this setDir -127.91888;
_this setPos [7698.6094, 3984.0344, 5.3405762e-005];
};
_vehicle_165 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7696.6646, 3979.2568, 6.1035156e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_165 = _this;
_this setPos [7696.6646, 3979.2568, 6.1035156e-005];
};
_vehicle_167 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7705.2397, 3986.8789, -7.6293945e-006];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_167 = _this;
_this setPos [7705.2397, 3986.8789, -7.6293945e-006];
};
_vehicle_170 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7701.4297, 3987.833, 4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_170 = _this;
_this setDir -260.24319;
_this setPos [7701.4297, 3987.833, 4.5776367e-005];
};
_vehicle_172 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7693.4331, 3985.4343, 0.00016784668];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_172 = _this;
_this setDir -259.017;
_this setPos [7693.4331, 3985.4343, 0.00016784668];
};
_vehicle_174 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7737.8218, 3956.1387, 3.8146973e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_174 = _this;
_this setDir -261.63678;
_this setPos [7737.8218, 3956.1387, 3.8146973e-005];
};
_vehicle_176 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7701.2686, 3978.0706, 1.9073486e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_176 = _this;
_this setDir -256.70078;
_this setPos [7701.2686, 3978.0706, 1.9073486e-005];
};
_vehicle_178 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7705.8154, 3981.1963, 7.2479248e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_178 = _this;
_this setDir -98.922691;
_this setPos [7705.8154, 3981.1963, 7.2479248e-005];
};
_vehicle_180 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7705.1436, 3975.3965, -8.392334e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_180 = _this;
_this setDir -205.44472;
_this setPos [7705.1436, 3975.3965, -8.392334e-005];
};
_vehicle_183 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7703.9932, 3978.3486, -2.2888184e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_183 = _this;
_this setPos [7703.9932, 3978.3486, -2.2888184e-005];
};
[
["Mass_grave",[7698.6094,3984.0344,5.3405762e-005],-127.91888],
["Body1",[7696.6646,3979.2568,6.1035156e-005],0],
["Body1",[7705.2397,3986.8789,-7.6293945e-006],0],
["Body2",[7701.4297,3987.833,4.5776367e-005],-260.24319],
["Body2",[7693.4331,3985.4343,0.00016784668],-259.017],
["Body2",[7737.8218,3956.1387,3.8146973e-005],-261.63678],
["Body2",[7701.2686,3978.0706,1.9073486e-005],-256.70078],
["Body2",[7705.8154,3981.1963,7.2479248e-005],-98.922691],
["Body2",[7705.1436,3975.3965,-8.392334e-005],-205.44472],
["Body1",[7703.9932,3978.3486,-2.2888184e-005],0]
] call {
private ["_object"];
_object = (_x select 0) createVehicleLocal [0,0,0];
_object setVariable ["", true];
_object setDir (_x select 2);
_object setPos (_x select 1);
} count _this;