Dennis,
I found a Falcon 7X by Peter Brun & Mario Coelho, I am assuming this is the one?
This plane has no virtual cockpit. The only way I know to add one would require having the original source code for the model. And even if we had that, I wouldn't know how to do it.
Now, in the 2D cockpit this plane does have fixed windows, meaning if you have Numlock on you can use the keypad to look around and you will see parts of the plane. Is this what you want to get rid of?
If so, open the panel.cfg in the panel folder with Notepad and find this -
Quote:[Window Titles]
Window00=Main Panel
Window01=GP System
Window02=Yoke
Window03=Throttle
Window04=ServInfo
Fixed Window31=FORWARD_RIGHT
Fixed Window32=RIGHT
Fixed Window33=REAR_RIGHT
Fixed Window34=REAR
Fixed Window35=REAR_LEFT
Fixed Window36=LEFT
Fixed Window37=FORWARD_LEFT
Add 2 backslashes in front of each instance of "fixed" so it looks like this -
Quote:[Window Titles]
Window00=Main Panel
Window01=GP System
Window02=Yoke
Window03=Throttle
Window04=ServInfo
//Fixed Window31=FORWARD_RIGHT
//Fixed Window32=RIGHT
//Fixed Window33=REAR_RIGHT
//Fixed Window34=REAR
//Fixed Window35=REAR_LEFT
//Fixed Window36=LEFT
//Fixed Window37=FORWARD_LEFT
Then close the file saving changes and you should be good to go.
Hope this helps,
Joe