Home   Help Search Login Register  

Author Topic: Music isn't working  (Read 566 times)

0 Members and 2 Guests are viewing this topic.

Serial Killer

  • Guest
Music isn't working
« on: 19 Jun 2005, 23:18:45 »
Here's my description.ext file

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

When I try to play that music in game, I cant hear anything. No error messages, etc. Music is located in Mission_name\music\Silent.ogg

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Music isn't working
« Reply #1 on: 20 Jun 2005, 01:08:51 »
sound[] = {"\music\Silent.ogg", db+30, 1.0};

Possibly?


Planck
I know a little about a lot, and a lot about a little.

Serial Killer

  • Guest
Re:Music isn't working
« Reply #2 on: 20 Jun 2005, 14:30:50 »
Great. Working. :)