Home   Help Search Login Register  

Author Topic: Sound question  (Read 424 times)

0 Members and 1 Guest are viewing this topic.

sgtGunneryHighway

  • Guest
Sound question
« on: 06 Mar 2003, 17:50:37 »
how can i get my custom sounds in trigger sounds list? (you know where you can see ak sound  etc) ???

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Sound question
« Reply #1 on: 06 Mar 2003, 20:30:41 »
if you just fill in the name section in the desciption.ext


     class MG
     {
          name = "Machine Gun";
          sound[] = {"MG.ogg", db+40, 1.0};
          titles[] =
          {
               0, $STRM_Voice
          };
     };
     
they will be in one of the drop down lists, I can' t remember which though.