Home   Help Search Login Register  

Author Topic: 'l#l};': Error invalid number in expression  (Read 479 times)

0 Members and 1 Guest are viewing this topic.

Offline Mikeyfish90210

  • Members
  • *
  • HEY STOP TAKING SO LONG TO ANSWER SIMPLE THREADS
'l#l};': Error invalid number in expression
« on: 05 Apr 2004, 12:03:58 »
in my script i have written the following;

class CfgMusic
{
      tracks[]={Donboy};

      class Donboy
      {
            name = "Donboy";
            sound[] = {\Music\Donboy.ogg,db+10, 1.0};
      };
};

And as you would expect the music should be called up, but the error message ('l#l};': Error invalid number in expression) coems up and the music doesn't work. The ogg file is named Donboy.ogg and is saved in my mission folder, i am really stuck and dont know whats going wrong, can anyone help me please??
 ???
MIkEy FIshY BoyY YabDAO

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Re:'l#l};': Error invalid number in expression
« Reply #1 on: 05 Apr 2004, 13:46:09 »
hmmm,
don't notice anything wrong.  You say in your script you put that:
1.  what script? the description.ext is where that info goes
2. are you sure donboy.ogg is in the mission folder, subfolder music?

Not intending to be a smarta** here, but sometimes people don't know where to put those commands/files, and sometimes, (me included), put things in the wrong place!  I have fought a mission for days to discover something so simple as that as the problem!