mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Fix infectiousWaterholes init again
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
[
|
||||
[[
|
||||
["Body1",[9221.8047,4960.5381,0],0],
|
||||
["Body1",[9215.4082,4959.6289,-2.2888184e-005],0],
|
||||
["Body2",[9217.5645,4961.3643,-7.6293945e-005],-146.58554],
|
||||
["Body2",[9220.0195,4953.0513,-2.2888184e-005],-108.14923],
|
||||
["Body1",[9217.207,4953.2314,7.6293945e-006],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;
|
||||
],false] call local_spawnObjects;
|
||||
Reference in New Issue
Block a user