Normal
During the coding I realised that you can communicate with MP's GUI controls using threads other than the UI thread, so with the above WriteToConsoleOutputBox method, just write directly to the control and it should work (remove all the code that's in that method now).Sam
During the coding I realised that you can communicate with MP's GUI controls using threads other than the UI thread, so with the above WriteToConsoleOutputBox method, just write directly to the control and it should work (remove all the code that's in that method now).
Sam