Advertisement
Traggered

T183105

Jul 25th, 2024 (edited)
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.51 KB | Gaming | 0 0
  1. span class="re5"> class CfgVehicles
  2. {
  3.     class Helicopter;
  4.     class ParachuteBase: Helicopter
  5.     {
  6.         soundGetIn[]=
  7.         {
  8.             "a3\sounds_f\characters\parachute\parachute_open",
  9.             1,
  10.             1,
  11.             200
  12.         };
  13.         soundGetOut[]=
  14.         {
  15.             "a3\sounds_f\characters\parachute\parachute_landing",
  16.             1,
  17.             1,
  18.             150
  19.         };
  20.         class Eventhandlers
  21.         {
  22.             class BIS_ParachuteOpeningSFX
  23.             {
  24.                 getIn="playSound3D ['a3\sounds_f\characters\parachute\parachute_open.wss', (_this#0), false, getPosASL (_this#0), 1, 1, 200, 0, false]";
  25.             };
  26.         };
  27.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement