Juhuhu DonPanoz,
versuche mal dieses:
PHP-Code:
Here is a code I put together for when an aircraft
is parked. This can be used to display chocks, pitot tube
covers, tiedowns, and anything else you would like to appear
when the aircraft is parked.
The aircraft must be on the ground, the engine must be off,
and the parking brake must be set for things to appear
with this code. Add the animation tags instead of display
and you probably can get foot pegs and ladders to come down.
Like on the Hawker hurricane and P-38, both had built in foot
holds and handles you could unlatch.
<part>
<name>parked_part</name>
<visible_in_range>
<parameter>
<code>
(A:SIM on GROUND, bool) ! == (A:BRAKE PARKING POSITION, bool) == if{
(A:ENG1 HYDRAULIC PRESSURE, psi) ! 100 * } els{ 0 }
</code>
</parameter>
<minvalue>1</minvalue>
</visible_in_range>
</part>
Gefunden:
Hier
und dann:
im Original hier
P.S.
An die Moderatoren:

Sollte es zu Problemen wegen dem Code kommen, einfach wieder entfernen.