Home   Help Search Login Register  

Author Topic: Custom music to missions  (Read 4125 times)

0 Members and 1 Guest are viewing this topic.

smogmorph

  • Guest
Re:Custom music to missions
« Reply #15 on: 02 Sep 2002, 09:27:59 »
Alright, tell me what's wrong..

class CfgMusic
{
 tracks[]={macarena};
 
 class music
 {
  name = "macarena";
  sound[] = {\music\macarena.ogg, db+30, 1.0};
 };
};

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Custom music to missions
« Reply #16 on: 02 Sep 2002, 12:05:18 »
try this

class CfgMusic
{
tracks[]={macarena};

class macarena
{
  name = "macarena";
  sound[] = {\music\macarena.ogg, db+30, 1.0};
};
};

smogmorph

  • Guest
Re:Custom music to missions
« Reply #17 on: 02 Sep 2002, 12:26:34 »
Ok, this is really weird, I tried using "class macarena" instead of "class music" before, it didn't work then...
Now it's working !  :o :o
I guess I should say thanks  :P