From e128cac95ba3f5562219d7f95406c76b26e02bc6 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Tue, 12 Nov 2013 15:56:13 -0500 Subject: [PATCH] Update mission.sqf #691 remove 4x RoadCone --- .../DayZ_Epoch_11.Chernarus/mission.sqf | 35 +------------------ 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqf index c81bae69b..88fefc129 100644 --- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/mission.sqf @@ -1457,14 +1457,6 @@ if (true) then _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; if (true) then @@ -1548,15 +1540,6 @@ if (true) then _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; if (true) then { @@ -1566,22 +1549,6 @@ if (true) then _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; if (true) then { @@ -1742,4 +1709,4 @@ if (true) then _this setPos [13817.806, 11746.111, -27.215347]; }; -processInitCommands; \ No newline at end of file +processInitCommands;