Jump to content

Recommended Posts

Posted

local Allied1CapPlane = SPAWN
        :New( "CAP_Spitfire_1" )
        :InitLimit( 3, 6 ) 
        :OnSpawnGroup( function ( SpawnGroup )
            Aliied1PatrolZone = ZONE:New( "NE_Channel_Patrol" )
            AICapZone = AI_CAP_ZONE:New( Aliied1PatrolZone, 2500, 5000, 354, 450 )
            AICapZone:SetControllable( SpawnGroup )
            AICapZone:SetEngageRange( 12875 )
            AICapZone:__Start( 200 )
        end
    )
    :InitRepeatOnEngineShutDown()
    :InitDelayOn( 30 )
    :SpawnScheduled( 3600,.5 )    
    Allied1CapPlane:SpawnAtAirbase( AIRBASE:FindByName( AIRBASE.TheChannel.Manston ), SPAWN.Takeoff.Hot )

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...