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,128 +1,20 @@
_vehicle_206 = objNull;
if (true) then
{
_this = "HMMWVWreck" createVehicleLocal [10336.892, 3654.115, -0.00019836426];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_206 = _this;
_this setDir 133.86368;
_this setPos [10336.892, 3654.115, -0.00019836426];
};
_vehicle_208 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [10336.825, 3650.8271, -2.2888184e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_208 = _this;
_this setPos [10336.825, 3650.8271, -2.2888184e-005];
};
_vehicle_211 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [10336.369, 3657.344, 0.00030899048];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_211 = _this;
_this setDir -213.99055;
_this setPos [10336.369, 3657.344, 0.00030899048];
};
_vehicle_213 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [10336.521, 3648.813, -0.00057220459];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_213 = _this;
_this setDir -248.33588;
_this setPos [10336.521, 3648.813, -0.00057220459];
};
_vehicle_216 = objNull;
if (true) then
{
_this = "UralWreck" createVehicleLocal [10276.451, 3771.7332, -3.8146973e-006];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_216 = _this;
_this setDir -168.77797;
_this setPos [10276.451, 3771.7332, -3.8146973e-006];
};
_vehicle_219 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [10271.492, 3768.1182, 1.5258789e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_219 = _this;
_this setPos [10271.492, 3768.1182, 1.5258789e-005];
};
_vehicle_221 = objNull;
if (true) then
{
_this = "Body1" createVehicleLocal [10281.723, 3764.1689, -0.00010681152];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_221 = _this;
_this setPos [10281.723, 3764.1689, -0.00010681152];
};
_vehicle_224 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [10272.653, 3770.627, -6.4849854e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_224 = _this;
_this setDir -421.72046;
_this setPos [10272.653, 3770.627, -6.4849854e-005];
};
_vehicle_226 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [10273.537, 3767.8638, -3.4332275e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_226 = _this;
_this setDir -163.78368;
_this setPos [10273.537, 3767.8638, -3.4332275e-005];
};
_vehicle_228 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [10277.839, 3765.0146];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_228 = _this;
_this setDir -202.31456;
_this setPos [10277.839, 3765.0146];
};
_vehicle_230 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [10280.47, 3766.6904, -1.9073486e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_230 = _this;
_this setDir -377.7916;
_this setPos [10280.47, 3766.6904, -1.9073486e-005];
};
_vehicle_232 = objNull;
if (true) then
{
_this = "Body2" createVehicleLocal [10278.315, 3767.0195, -5.7220459e-005];
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
_vehicle_232 = _this;
_this setDir -261.20151;
_this setPos [10278.315, 3767.0195, -5.7220459e-005];
};
[
["HMMWVWreck",[10336.892,3654.115,-0.00019836426],133.86368],
["Body1",[10336.825,3650.8271,-2.2888184e-005],0],
["Body2",[10336.369,3657.344,0.00030899048],-213.99055],
["Body2",[10336.521,3648.813,-0.00057220459],-248.33588],
["UralWreck",[10276.451,3771.7332,-3.8146973e-006],-168.77797],
["Body1",[10271.492,3768.1182,1.5258789e-005],0],
["Body1",[10281.723,3764.1689,-0.00010681152],0],
["Body2",[10272.653,3770.627,-6.4849854e-005],-421.72046],
["Body2",[10273.537,3767.8638,-3.4332275e-005],-163.78368],
["Body2",[10277.839,3765.0146],-202.31456],
["Body2",[10280.47,3766.6904,-1.9073486e-005],-377.7916],
["Body2",[10278.315,3767.0195,-5.7220459e-005],-261.20151]
] 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;