mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
Fix infectiousWaterholes init again
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user