Jump to content

Recommended Posts

Posted (edited)

Found the answer myself, finally ;)

 

AF1 = 'Batumi'                     --Exact name of airfield with the zone "airfield1"
AF2 = 'Kobuleti'                     --Exact name of airfield with the zone "airfield2"
AF3 = 'Kutaisi'                    --Exact name of airfield with the zone "airfield3"


AF1IDname = Airbase.getByName(AF1)
AF1ID = AF1IDname:getID()
AF2IDname = Airbase.getByName(AF2)
AF2ID = AF2IDname:getID()
AF3IDname = Airbase.getByName(AF3)
AF3ID = AF3IDname:getID()

Edited by SNAFU
Problem solved

[sIGPIC][/sIGPIC]

 

Unsere Facebook-Seite

  • Recently Browsing   0 members

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