Fix infectiousWaterholes init again

This commit is contained in:
ebaydayz
2016-11-21 20:28:07 -05:00
parent 0483fa61f6
commit 43b900835e
41 changed files with 89 additions and 204 deletions

View File

@@ -1,13 +1,7 @@
[
[[
["Body1",[7081.7197,7339.3687,-3.0517578e-005],0],
["Body2",[7081.373,7335.3784],-167.71442],
["Body2",[7077.8691,7338.8906,-3.0517578e-005],-99.565521],
["Body2",[7085.6162,7311.5015],-191.12827],
["Body2",[7088.4497,7314.1401,-3.0517578e-005],-95.034286]
] 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;
],false] call local_spawnObjects;