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,129 +1,20 @@
_vehicle_430 = objNull;
if (true) then
{
_this = "UralWreck" createVehicleLocal [11433.314, 7411.0557, -0.0001373291];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_430 = _this;
_this setDir -194.18532;
_this setPos [11433.314, 7411.0557, -0.0001373291];
};
_vehicle_433 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [11430.294, 7410.1196, 1.5258789e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_433 = _this;
_this setPos [11430.294, 7410.1196, 1.5258789e-005];
};
_vehicle_435 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [11437.344, 7408.6289, -0.00012207031];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_435 = _this;
_this setPos [11437.344, 7408.6289, -0.00012207031];
};
_vehicle_438 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [11431.472, 7408.3032, 3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_438 = _this;
_this setDir -84.939537;
_this setPos [11431.472, 7408.3032, 3.0517578e-005];
};
_vehicle_440 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [11434.552, 7407.3159, -4.5776367e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_440 = _this;
_this setDir -304.34631;
_this setPos [11434.552, 7407.3159, -4.5776367e-005];
};
_vehicle_442 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [11437.357, 7410.9531, -3.0517578e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_442 = _this;
_this setDir -204.96391;
_this setPos [11437.357, 7410.9531, -3.0517578e-005];
};
_vehicle_444 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [11439.242, 7406.856, -0.00012207031];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_444 = _this;
_this setDir -261.20151;
_this setPos [11439.242, 7406.856, -0.00012207031];
};
_vehicle_446 = objNull;
if (true) then
{
_this = "Body" createVehicleLocal [11439.403, 7409.4946, -0.00019836426];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_446 = _this;
_this setDir 13.155063;
_this setPos [11439.403, 7409.4946, -0.00019836426];
};
_vehicle_448 = objNull;
if (true) then
{
_this = "Body" createVehicleLocal [11440.139, 7409.272, -0.00012207031];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_448 = _this;
_this setDir 14.372873;
_this setPos [11440.139, 7409.272, -0.00012207031];
};
_vehicle_450 = objNull;
if (true) then
{
_this = "Body" createVehicleLocal [11440.929, 7409.0415, -9.1552734e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_450 = _this;
_this setDir 14.934533;
_this setPos [11440.929, 7409.0415, -9.1552734e-005];
};
_vehicle_452 = objNull;
if (true) then
{
_this = "Body" createVehicleLocal [11441.74, 7408.8022, -7.6293945e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_452 = _this;
_this setDir 16.072056;
_this setPos [11441.74, 7408.8022, -7.6293945e-005];
};
_vehicle_454 = objNull;
if (true) then
{
_this = "Body" createVehicleLocal [11442.58, 7408.5737, -6.1035156e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_454 = _this;
_this setDir 15.20478;
_this setPos [11442.58, 7408.5737, -6.1035156e-005];
};
[
["UralWreck",[11433.314,7411.0557,-0.0001373291],-194.18532],
["Body1",[11430.294,7410.1196,1.5258789e-005],0],
["Body1",[11437.344,7408.6289,-0.00012207031],0],
["Body2",[11431.472,7408.3032,3.0517578e-005],-84.939537],
["Body2",[11434.552,7407.3159,-4.5776367e-005],-304.34631],
["Body2",[11437.357,7410.9531,-3.0517578e-005],-204.96391],
["Body2",[11439.242,7406.856,-0.00012207031],-261.20151],
["Body",[11439.403,7409.4946,-0.00019836426],13.155063],
["Body",[11440.139,7409.272,-0.00012207031],14.372873],
["Body",[11440.929,7409.0415,-9.1552734e-005],14.934533],
["Body",[11441.74,7408.8022,-7.6293945e-005],16.072056],
["Body",[11442.58,7408.5737,-6.1035156e-005],15.20478]
] 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;