mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 02:06:39 +03:00
Spawn infectious waterholes locally on each machine
Vanilla commits:2d47c7250c94a0bac52444b7114129
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