Advertisement
Traggered

AH-9 Pawnee missing Sound Sets

May 2nd, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class CfgWeapons
  2. {
  3.     class MGunCore;
  4.     class M134_minigun: MGunCore
  5.     {
  6.         class LowROF: Mode_FullAuto
  7.         {
  8.             class StandardSound
  9.             {
  10.                 begin1[]=
  11.                 {
  12.                     "A3\Sounds_F\arsenal\weapons_vehicles\gatling_762mm\762mm_01_burst",
  13.                     3.9810717,
  14.                     1,
  15.                     1300,
  16.                     {2,36879}
  17.                 };
  18.                 soundBegin[]=
  19.                 {
  20.                     "begin1",
  21.                     1
  22.                 };
  23.                 soundsetshot[]=
  24.                 {
  25.                     "M134Minigun_Shot_SoundSet",
  26.                     "M134Minigun_Tail_SoundSet"
  27.                 };
  28.             };
  29.             soundContinuous=0;
  30.             soundBurst=0;
  31.         };
  32.         class HighROF: LowROF
  33.         {
  34.             class StandardSound
  35.             {
  36.                 begin1[]=
  37.                 {
  38.                     "A3\Sounds_F\arsenal\weapons_vehicles\gatling_762mm\762mm_01_burst",
  39.                     2.5118864,
  40.                     1,
  41.                     1500,
  42.                     {2,36879}
  43.                 };
  44.                 soundBegin[]=
  45.                 {
  46.                     "begin1",
  47.                     1
  48.                 };
  49.                 soundsetshot[]=
  50.                 {
  51.                     "M134Minigun_Shot_SoundSet",
  52.                     "M134Minigun_Tail_SoundSet"
  53.                 };
  54.             };
  55.         };
  56.     };
  57. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement