mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 09:53:21 +03:00
Spawn infectious waterholes locally on each machine
Vanilla commits:2d47c7250c94a0bac52444b7114129
This commit is contained in:
@@ -1,65 +1,63 @@
|
||||
if (isServer) then {
|
||||
_vehicle_346 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Mass_grave" createVehicle [3343.3696, 6476.2764, -0.00012207031];
|
||||
_vehicle_346 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Mass_grave" createVehicleLocal [3343.3696, 6476.2764, -0.00012207031];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_346 = _this;
|
||||
_this setDir -127.91888;
|
||||
_this setPos [3343.3696, 6476.2764, -0.00012207031];
|
||||
};
|
||||
_vehicle_346 = _this;
|
||||
_this setDir -127.91888;
|
||||
_this setPos [3343.3696, 6476.2764, -0.00012207031];
|
||||
};
|
||||
|
||||
_vehicle_349 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicle [3346.2217, 6479.2134];
|
||||
_vehicle_349 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [3346.2217, 6479.2134];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_349 = _this;
|
||||
_this setDir -163.78368;
|
||||
_this setPos [3346.2217, 6479.2134];
|
||||
};
|
||||
_vehicle_349 = _this;
|
||||
_this setDir -163.78368;
|
||||
_this setPos [3346.2217, 6479.2134];
|
||||
};
|
||||
|
||||
_vehicle_351 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicle [3349.7419, 6476.9492];
|
||||
_vehicle_351 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [3349.7419, 6476.9492];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_351 = _this;
|
||||
_this setDir -266.83978;
|
||||
_this setPos [3349.7419, 6476.9492];
|
||||
};
|
||||
_vehicle_351 = _this;
|
||||
_this setDir -266.83978;
|
||||
_this setPos [3349.7419, 6476.9492];
|
||||
};
|
||||
|
||||
_vehicle_354 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicle [3348.4307, 6479.6782, 0];
|
||||
_vehicle_354 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [3348.4307, 6479.6782, 0];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_354 = _this;
|
||||
_this setPos [3348.4307, 6479.6782, 0];
|
||||
};
|
||||
_vehicle_354 = _this;
|
||||
_this setPos [3348.4307, 6479.6782, 0];
|
||||
};
|
||||
|
||||
_vehicle_356 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicle [3345.9199, 6471.7793, 6.1035156e-005];
|
||||
_vehicle_356 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body1" createVehicleLocal [3345.9199, 6471.7793, 6.1035156e-005];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_356 = _this;
|
||||
_this setPos [3345.9199, 6471.7793, 6.1035156e-005];
|
||||
};
|
||||
_vehicle_356 = _this;
|
||||
_this setPos [3345.9199, 6471.7793, 6.1035156e-005];
|
||||
};
|
||||
|
||||
_vehicle_359 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicle [3341.0183, 6479.5151];
|
||||
_vehicle_359 = objNull;
|
||||
if (true) then
|
||||
{
|
||||
_this = "Body2" createVehicleLocal [3341.0183, 6479.5151];
|
||||
_this setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||
|
||||
_vehicle_359 = _this;
|
||||
_this setDir -194.82481;
|
||||
_this setPos [3341.0183, 6479.5151];
|
||||
};
|
||||
_vehicle_359 = _this;
|
||||
_this setDir -194.82481;
|
||||
_this setPos [3341.0183, 6479.5151];
|
||||
};
|
||||
Reference in New Issue
Block a user