mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Merge pull request #799 from AVendettaForYou/master
Fix deathboards not being added to trader cities.
This commit is contained in:
@@ -738,4 +738,13 @@ if (true) then
|
|||||||
_this setPos [5549.603, 8787.7041, -3.8146973e-006];
|
_this setPos [5549.603, 8787.7041, -3.8146973e-006];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
_vehicle_182 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [5543.9751, 8767.3896, -1.1444092e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_182 = _this;
|
||||||
|
_this setDir 174.44034;
|
||||||
|
_this setPos [5543.9751, 8767.3896, -1.1444092e-005];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
@@ -1302,4 +1302,13 @@ if (true) then
|
|||||||
_this setPos [7395.1377, 4293.1055, 3.8146973e-006];
|
_this setPos [7395.1377, 4293.1055, 3.8146973e-006];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
_vehicle_559 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [7378.9063, 4290.5518], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_559 = _this;
|
||||||
|
_this setDir -49.71423;
|
||||||
|
_this setPos [7378.9063, 4290.5518];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
@@ -1017,4 +1017,13 @@ if (true) then
|
|||||||
_this setPos [11715.367, 15201.85, 7.6293945e-006];
|
_this setPos [11715.367, 15201.85, 7.6293945e-006];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
_vehicle_599 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [11698.446, 15207.412, -7.6293945e-006], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_599 = _this;
|
||||||
|
_this setDir -50.314583;
|
||||||
|
_this setPos [11698.446, 15207.412, -7.6293945e-006];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
@@ -990,4 +990,13 @@ if (true) then
|
|||||||
_this setPos [15294.364, 9208.4922, -4.1007996e-005];
|
_this setPos [15294.364, 9208.4922, -4.1007996e-005];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
_vehicle_416 = objNull;
|
||||||
|
if (true) then
|
||||||
|
{
|
||||||
|
_this = createVehicle ["Info_Board_EP1", [15309.999, 9301.1924, -1.2397766e-005], [], 0, "CAN_COLLIDE"];
|
||||||
|
_vehicle_416 = _this;
|
||||||
|
_this setDir 12.315737;
|
||||||
|
_this setPos [15309.999, 9301.1924, -1.2397766e-005];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user