Jump to content
The simFlight Network Forums

GeorgeLev

new Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by GeorgeLev

  1. Paul, you life saver thank you for this fix 🙂
  2. Hello, I have been working on a display message with in FSUPIC to display the landing rate. I have got the message to show, the issue I am getting is the message showing then closing and then it will never show again. public Offset<string> messageWrite = new Offset<string>(0x3380, 128); public Offset<short> messageDuration = new Offset<short>(0x32FA); string Message = "my message test"; this.messageWrite.Value = Message; this.messageDuration.Value = 2; FSUIPCConnection.Process(); ^ Here is my code.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.