Jump to content
fuci

Disable Plane HMD/HUD?

Recommended Posts

Hello

i hope its fine to ask here, i tried searching for it all day and didnt get it to work also i dont know if its even possible

im trying to disable the hud or HMD? for the cockpit view to make a video, the only thing i found is this script

Example 4:

Hide MFD:Blackfoot setUserMFDValue [3, 0]; // "user3" - 0

( i know blackfoot is a helicopter and tried to write the plane name i used, it accepted the script but didnt disable anything i wanted)

but it didnt work for me anyone can help with this,

i provide a screenshot so you see what i mean cause im not even sure if its called HMD or MFD

sry im a bit of a noob i hope thats ok 😕 pls help

https://imgur.com/a/Q1PAKnf

Share this post


Link to post
Share on other sites

anyone? pls? 😕

Share this post


Link to post
Share on other sites

What you did works. 🤪

<heli name> setUserMFDValue [3, 0];

 

Just name your plane on the editor in the variable name space and use that to execute the script on the console window.

 

Cheers.

  • Like 2

Share this post


Link to post
Share on other sites

Or just run it in debug menu:

vehicle player setUserMFDValue [3, 0];

 

  • Like 2

Share this post


Link to post
Share on other sites
1 hour ago, Harzach said:

Or just run it in debug menu:


vehicle player setUserMFDValue [3, 0];

 

thx worked now sry im a big noob didnt know you have to run this in the debug menu 😛

Share this post


Link to post
Share on other sites
1 hour ago, RCA3 said:

What you did works. 🤪


<heli name> setUserMFDValue [3, 0];

 

Just name your plane on the editor in the variable name space and use that to execute the script on the console window.

 

Cheers.

Thx alot got it to work now 😄

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×