Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Custom music to missions  (Read 8175 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