Profile image

G-Force

143 AgentDash423  1.8 years ago

Hi everyone,

I remember seeing something about custom indicators and forces, but I was wondering if anyone knows how to make an indicator read the G-Force of the aircraft,

Thanks,
Agent

  • Log in to leave a comment
  • Profile image

    @JeskoGoesVROOM thank you

    +1 1.8 years ago
  • Profile image

    use a label with {VerticalG} in the text field, and optionally round it to a whole number or to a preferred amount of digits, example:
    {round(VerticalG)}
    {VerticalG;0.00}

    +1 1.8 years ago