Jump to content

michaellev

Registered Users
  • Posts

    2
  • Joined

michaellev's Achievements

FlightSimmer

FlightSimmer (1/7)

  • Week One Done
  • One Month Later
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

10

Reputation

  1. Please advise how can I add one more event to dial add +1 on the second click. dial_add(nil, 0, 5, 80, 80, function(direction) if direction == 1 then fs2020_event(unitvar .. "GoToPage-HOME-PageTraffic") elseif direction == -1 then fs2020_event(unitvar .. "GoToPage-HOME-PageMap") end sound_play(dial_snd) end)
  2. good day please advise how can I pass the second parameter to dial in the knob? dial_add(nil, 0, 5, 80, 80, function(direction) if direction == 1 then fs2020_event(unitvar .. "GoToPage-HOME-PageTraffic") elseif direction == -1 then fs2020_event(unitvar .. "GoToPage-HOME-PageMap") end sound_play(dial_snd) end) how can I pass another parameter to second right click one after another? tnx
×
×
  • Create New...