Hoping someone can help me with with some Lua scripts im writing.
I’m trying to display some custom messages based on the PWM in of certain channels, all of which is working apart from the fact that the text on the GCS always overlaps each other.
Im using the command
gcs:send_text(0, string.format(“Some Custom Message”))
This always display the text in red in the middle of the screen.
I’ve seen suggestions of changing the “severity” parameter i.e the 0 at the start of the command, but anything other than 0 i.e
gcs:send_text(1, string.format(“Some Custom Message”))
results in no text at all being displayed by the HUD.
Any help appreciated!
3 posts - 2 participants