fuci 10 Posted March 29, 2020 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
RCA3 593 Posted March 30, 2020 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. 2 Share this post Link to post Share on other sites
Harzach 2518 Posted March 30, 2020 Or just run it in debug menu: vehicle player setUserMFDValue [3, 0]; 2 Share this post Link to post Share on other sites
fuci 10 Posted March 30, 2020 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
fuci 10 Posted March 30, 2020 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