Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Rabso

Members
  • Joined

  • Last visited

Solutions

  1. Rabso's post in Holding control for certain time in LUA was marked as the answer   
    Scotflieger, I have done the trick :Big Grin:
     
    here is my code to share with all:
    function APU_SEL_SWITCH_start_sequence() time1 = ipc.elapsedtime() while true do time2 = ipc.elapsedtime() - time1 if time2 >= 2000 then break else APU_SEL_SWITCH_start () end end APU_SEL_SWITCH_on () end to explain,
    - time1 will note the function start time
    - entering a loop to keep the APU selector on Start position as long the time difference time between time2 and time1 less than 2 seconds.
    - time2 will keep increasing as long the loop is going on.
    - once difference time be more than 2 seconds, the loop will break, and then APU selector will go to On.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.