mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Merge pull request #692 from dayz10k/master
Remove RoadCones that were causing Vodniks to spawn funkily
This commit is contained in:
@@ -1457,14 +1457,6 @@ if (true) then
|
|||||||
_this setPos [11443.267, 11338.436];
|
_this setPos [11443.267, 11338.436];
|
||||||
};
|
};
|
||||||
|
|
||||||
_vehicle_746 = objNull;
|
|
||||||
if (true) then
|
|
||||||
{
|
|
||||||
_this = createVehicle ["RoadCone", [4053.5063, 11671.443], [], 0, "CAN_COLLIDE"];
|
|
||||||
_vehicle_746 = _this;
|
|
||||||
_this setDir 1.0253659;
|
|
||||||
_this setPos [4053.5063, 11671.443];
|
|
||||||
};
|
|
||||||
|
|
||||||
_vehicle_751 = objNull;
|
_vehicle_751 = objNull;
|
||||||
if (true) then
|
if (true) then
|
||||||
@@ -1548,15 +1540,6 @@ if (true) then
|
|||||||
_this setPos [4037.304, 11673.5];
|
_this setPos [4037.304, 11673.5];
|
||||||
};
|
};
|
||||||
|
|
||||||
_vehicle_772 = objNull;
|
|
||||||
if (true) then
|
|
||||||
{
|
|
||||||
_this = createVehicle ["RoadCone", [4037.2805, 11673.531], [], 0, "CAN_COLLIDE"];
|
|
||||||
_vehicle_772 = _this;
|
|
||||||
_this setDir 1.0253659;
|
|
||||||
_this setPos [4037.2805, 11673.531];
|
|
||||||
};
|
|
||||||
|
|
||||||
_vehicle_775 = objNull;
|
_vehicle_775 = objNull;
|
||||||
if (true) then
|
if (true) then
|
||||||
{
|
{
|
||||||
@@ -1566,22 +1549,6 @@ if (true) then
|
|||||||
_this setPos [4091.625, 11663.692, 6.1035156e-005];
|
_this setPos [4091.625, 11663.692, 6.1035156e-005];
|
||||||
};
|
};
|
||||||
|
|
||||||
_vehicle_784 = objNull;
|
|
||||||
if (true) then
|
|
||||||
{
|
|
||||||
_this = createVehicle ["RoadCone", [11455.539, 11341.255], [], 0, "CAN_COLLIDE"];
|
|
||||||
_vehicle_784 = _this;
|
|
||||||
_this setPos [11455.539, 11341.255];
|
|
||||||
};
|
|
||||||
|
|
||||||
_vehicle_790 = objNull;
|
|
||||||
if (true) then
|
|
||||||
{
|
|
||||||
_this = createVehicle ["RoadCone", [1617.5127, 7773.2793], [], 0, "CAN_COLLIDE"];
|
|
||||||
_vehicle_790 = _this;
|
|
||||||
_this setPos [1617.5127, 7773.2793];
|
|
||||||
};
|
|
||||||
|
|
||||||
_vehicle_792 = objNull;
|
_vehicle_792 = objNull;
|
||||||
if (true) then
|
if (true) then
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1847,17 +1847,6 @@ class _vehicle_741
|
|||||||
PARENT="";
|
PARENT="";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class _vehicle_746
|
|
||||||
{
|
|
||||||
objectType="vehicle";
|
|
||||||
class Arguments
|
|
||||||
{
|
|
||||||
POSITION="[4053.5063, 11671.443]";
|
|
||||||
TYPE="RoadCone";
|
|
||||||
AZIMUT="1.0253659";
|
|
||||||
PARENT="";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
class _vehicle_751
|
class _vehicle_751
|
||||||
{
|
{
|
||||||
objectType="vehicle";
|
objectType="vehicle";
|
||||||
@@ -1958,17 +1947,6 @@ class _vehicle_769
|
|||||||
PARENT="";
|
PARENT="";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class _vehicle_772
|
|
||||||
{
|
|
||||||
objectType="vehicle";
|
|
||||||
class Arguments
|
|
||||||
{
|
|
||||||
POSITION="[4037.2805, 11673.531]";
|
|
||||||
TYPE="RoadCone";
|
|
||||||
AZIMUT="1.0253659";
|
|
||||||
PARENT="";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
class _vehicle_775
|
class _vehicle_775
|
||||||
{
|
{
|
||||||
objectType="vehicle";
|
objectType="vehicle";
|
||||||
@@ -1980,26 +1958,6 @@ class _vehicle_775
|
|||||||
PARENT="";
|
PARENT="";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class _vehicle_784
|
|
||||||
{
|
|
||||||
objectType="vehicle";
|
|
||||||
class Arguments
|
|
||||||
{
|
|
||||||
POSITION="[11455.539, 11341.255]";
|
|
||||||
TYPE="RoadCone";
|
|
||||||
PARENT="";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
class _vehicle_790
|
|
||||||
{
|
|
||||||
objectType="vehicle";
|
|
||||||
class Arguments
|
|
||||||
{
|
|
||||||
POSITION="[1617.5127, 7773.2793]";
|
|
||||||
TYPE="RoadCone";
|
|
||||||
PARENT="";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
class _vehicle_792
|
class _vehicle_792
|
||||||
{
|
{
|
||||||
objectType="vehicle";
|
objectType="vehicle";
|
||||||
|
|||||||
Reference in New Issue
Block a user