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_271 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7688.604, 5947.6357, 4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_271 = _this;
_this setPos [7688.604, 5947.6357, 4.5776367e-005];
};
_vehicle_273 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7688.8301, 5927.563, -3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_273 = _this;
_this setPos [7688.8301, 5927.563, -3.0517578e-005];
};
_vehicle_281 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7692.501, 5935.375, -4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_281 = _this;
_this setDir -157.49536;
_this setPos [7692.501, 5935.375, -4.5776367e-005];
};
_vehicle_283 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7700.9634, 5931.4126, -4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_283 = _this;
_this setDir 7.0104899;
_this setPos [7700.9634, 5931.4126, -4.5776367e-005];
};
_vehicle_285 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7858.001, 5657.7495, 1.5258789e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_285 = _this;
_this setDir -128.94524;
_this setPos [7858.001, 5657.7495, 1.5258789e-005];
};
_vehicle_287 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [7852.356, 5674.4395, -4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_287 = _this;
_this setDir -8.1682386;
_this setPos [7852.356, 5674.4395, -4.5776367e-005];
};
_vehicle_290 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [7857.3604, 5665.8076, 1.5258789e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_290 = _this;
_this setPos [7857.3604, 5665.8076, 1.5258789e-005];
};
[
["Body1",[7688.604,5947.6357,4.5776367e-005],0],
["Body1",[7688.8301,5927.563,-3.0517578e-005],0],
["Body2",[7692.501,5935.375,-4.5776367e-005],-157.49536],
["Body2",[7700.9634,5931.4126,-4.5776367e-005],7.0104899],
["Body2",[7858.001,5657.7495,1.5258789e-005],-128.94524],
["Body2",[7852.356,5674.4395,-4.5776367e-005],-8.1682386],
["Body1",[7857.3604,5665.8076,1.5258789e-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;