Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- span class="re5"> class CfgVehicles
- {
- class Helicopter;
- class ParachuteBase: Helicopter
- {
- soundGetIn[]=
- {
- "A3\Sounds_f\Characters\Parachute\parachute_open", //← won't work see EventHandlers
- 1,
- 1,
- 500
- };
- soundGetOut[]=
- {
- "A3\Sounds_f\Characters\Parachute\parachute_landing",
- 1,
- 1,
- 250
- };
- class EventHandlers
- {
- getIn="playSound3D ['a3\sounds_f\characters\parachute\parachute_open.wss', (_this # 0), false, getPosASL (_this # 0), 1, 1, 500, 0, false]"; //← works!
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement