mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-14 05:41:55 +03:00
Spawn infectious waterholes locally on each machine
Vanilla commits: https://github.com/DayZMod/DayZ/commit/2d47c7250c3eb6b4e746be9b130a11d4848779f3 https://github.com/DayZMod/DayZ/commit/94a0bac524b76eb630e9902318a807d5d0264619 https://github.com/DayZMod/DayZ/commit/44b71141293f19ddc316aa171fb84107f729f692
This commit is contained in:
@@ -1,63 +1,61 @@
|
||||
if (isServer) then {
|
||||
_vehicle_361 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicle [4212.3784, 6755.0444, 6.1035156e-005];
|
||||
_vehicle_361 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [4212.3784, 6755.0444, 6.1035156e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_361 = _this;
|
||||
_this setDir -228.21346;
|
||||
_this setPos [4212.3784, 6755.0444, 6.1035156e-005];
|
||||
};
|
||||
_vehicle_361 = _this;
|
||||
_this setDir -228.21346;
|
||||
_this setPos [4212.3784, 6755.0444, 6.1035156e-005];
|
||||
};
|
||||
|
||||
_vehicle_363 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicle [4220.8774, 6743.3584, -9.1552734e-005];
|
||||
_vehicle_363 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [4220.8774, 6743.3584, -9.1552734e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_363 = _this;
|
||||
_this setDir -281.87775;
|
||||
_this setPos [4220.8774, 6743.3584, -9.1552734e-005];
|
||||
};
|
||||
_vehicle_363 = _this;
|
||||
_this setDir -281.87775;
|
||||
_this setPos [4220.8774, 6743.3584, -9.1552734e-005];
|
||||
};
|
||||
|
||||
_vehicle_366 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicle [4220.0347, 6739.5332, 3.0517578e-005];
|
||||
_vehicle_366 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [4220.0347, 6739.5332, 3.0517578e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_366 = _this;
|
||||
_this setPos [4220.0347, 6739.5332, 3.0517578e-005];
|
||||
};
|
||||
_vehicle_366 = _this;
|
||||
_this setPos [4220.0347, 6739.5332, 3.0517578e-005];
|
||||
};
|
||||
|
||||
_vehicle_368 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicle [4215.8643, 6759.1436, 3.0517578e-005];
|
||||
_vehicle_368 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [4215.8643, 6759.1436, 3.0517578e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_368 = _this;
|
||||
_this setPos [4215.8643, 6759.1436, 3.0517578e-005];
|
||||
};
|
||||
_vehicle_368 = _this;
|
||||
_this setPos [4215.8643, 6759.1436, 3.0517578e-005];
|
||||
};
|
||||
|
||||
_vehicle_370 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicle [4232.8799, 6753.3657, -0.00018310547];
|
||||
_vehicle_370 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [4232.8799, 6753.3657, -0.00018310547];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_370 = _this;
|
||||
_this setPos [4232.8799, 6753.3657, -0.00018310547];
|
||||
};
|
||||
_vehicle_370 = _this;
|
||||
_this setPos [4232.8799, 6753.3657, -0.00018310547];
|
||||
};
|
||||
|
||||
_vehicle_372 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicle [4230.6279, 6744.4331, 3.0517578e-005];
|
||||
_vehicle_372 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [4230.6279, 6744.4331, 3.0517578e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_372 = _this;
|
||||
_this setPos [4230.6279, 6744.4331, 3.0517578e-005];
|
||||
};
|
||||
_vehicle_372 = _this;
|
||||
_this setPos [4230.6279, 6744.4331, 3.0517578e-005];
|
||||
};
|
||||
Reference in New Issue
Block a user