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,73 +1,15 @@
_vehicle_399 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [5749.7417, 4099.6704, -8.392334e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_399 = _this;
_this setPos [5749.7417, 4099.6704, -8.392334e-005];
};
_vehicle_401 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [5738.4092, 4094.8413, 6.1035156e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_401 = _this;
_this setPos [5738.4092, 4094.8413, 6.1035156e-005];
};
_vehicle_403 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [5721.3667, 4130.4922, 6.8664551e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_403 = _this;
_this setPos [5721.3667, 4130.4922, 6.8664551e-005];
};
_vehicle_406 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [5731.2964, 4127.3643, -0.00024414063];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_406 = _this;
_this setDir -170.19336;
_this setPos [5731.2964, 4127.3643, -0.00024414063];
};
_vehicle_408 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [5737.1704, 4123.252, -0.00011444092];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_408 = _this;
_this setDir -170.19336;
_this setPos [5737.1704, 4123.252, -0.00011444092];
};
_vehicle_410 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [5739.8633, 4117.3682, 7.6293945e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_410 = _this;
_this setDir -50.762642;
_this setPos [5739.8633, 4117.3682, 7.6293945e-005];
};
_vehicle_412 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [5749.9834, 4102.6377, 4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_412 = _this;
_this setDir -221.62927;
_this setPos [5749.9834, 4102.6377, 4.5776367e-005];
};
[
["Body1",[5749.7417,4099.6704,-8.392334e-005],0],
["Body1",[5738.4092,4094.8413,6.1035156e-005],0],
["Body1",[5721.3667,4130.4922,6.8664551e-005],0],
["Body2",[5731.2964,4127.3643,-0.00024414063],-170.19336],
["Body2",[5737.1704,4123.252,-0.00011444092],-170.19336],
["Body2",[5739.8633,4117.3682,7.6293945e-005],-50.762642],
["Body2",[5749.9834,4102.6377,4.5776367e-005],-221.62927]
] 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;