mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 17:56:40 +03:00
Fix infectiousWaterholes init again
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[
|
||||
[[
|
||||
["Body1",[7688.604,5947.6357,4.5776367e-005],0],
|
||||
["Body1",[7688.8301,5927.563,-3.0517578e-005],0],
|
||||
["Body2",[7692.501,5935.375,-4.5776367e-005],-157.49536],
|
||||
@@ -6,10 +6,4 @@
|
||||
["Body2",[7858.001,5657.7495,1.5258789e-005],-128.94524],
|
||||
["Body2",[7852.356,5674.4395,-4.5776367e-005],-8.1682386],
|
||||
["Body1",[7857.3604,5665.8076,1.5258789e-005],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