Preparing the test mission for users.

This commit is contained in:
FlightControl 2016-04-13 15:36:47 +02:00
parent e4085713b7
commit a0bfe549a7
3 changed files with 0 additions and 11 deletions

View File

@ -12696,13 +12696,6 @@ function ESCORT:RegisterRoute()
local EscortGroup = self.EscortGroup -- Group#GROUP
local TaskPoints = EscortGroup:GetTaskRoute()
for TaskPointID = 1, #TaskPoints do
if TaskPointID > 0 then
--TaskPoint.task.params.tasks[#TaskPoint.task.params.tasks+1] = EscortGroup:TaskRegisterWayPoint( TaskPointID )
TaskPoints[TaskPointID].task = EscortGroup:TaskRegisterWayPoint( TaskPointID )
end
end
self:T( TaskPoints )

View File

@ -9,10 +9,6 @@ do
local function EventAliveHelicopter( Client )
local EscortGroupHeli1 = SpawnEscortHeli:ReSpawn(1)
local EscortHeli1 = ESCORT:New( Client, EscortGroupHeli1, "Escort Alpha" )
local EscortGroupPlane1 = SpawnEscortPlane:ReSpawn(1)
local EscortPlane1 = ESCORT:New( Client, EscortGroupPlane1, "Escort Test Plane" )
local EscortGroupGround1 = SpawnEscortGround:ReSpawn(1)
local EscortGround1 = ESCORT:New( Client, EscortGroupGround1, "Test Ground" )
end
local function EventAlivePlane( Client )