Creation of the first version of the airbase police ...

Monitoring airbase traffice at airports ...
This commit is contained in:
FlightControl
2016-06-11 21:27:20 +02:00
parent 85a419face
commit 55167e99c7
25 changed files with 368 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
local PlanesClientSet = SET_CLIENT:New():FilterCategories( "plane" ):FilterStart()
local AirbasePolice = AIRBASEPOLICE:New( PlanesClientSet )
local PolygonBatumiTaxiwaysGroup1 = GROUP:FindByName( "Polygon Batumi Taxiways" )
local PolygonBatumiTaxi = ZONE_POLYGON:New( "Batumi Taxi", PolygonBatumiTaxiwaysGroup1 ):SmokeZone(POINT_VEC3.SmokeColor.White)