mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Fix deathboards not being added to trader cities.
This commit is contained in:
@@ -990,4 +990,13 @@ if (true) then
|
||||
_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