Jump to content
Sign in to follow this  
DestroyerX

What the hell am i doing wrong?

Recommended Posts

Hi,

I want to have 2 voices in a mission and I done it many times but it don't work now! The custom music works, but the voices don't (you can't select them from the Effect-tab on a trigger) I have converted them correctley to .ogg, like I did it always and my description.ext is this:

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgMusic

{

tracks[]=

{

piano, light, rain

};

class piano

{

name = "piano";

sound[] = {\music\piano.ogg, db+0, 1.0};

};

class light

{

name = "light";

sound[] = {\music\light.ogg, db+0, 1.0};

};

class rain

{

name = "rain";

sound[] = {\music\rain.ogg, db+0, 1.0};

};  

class CfgSounds

{

sounds[] =  {

talk1, talk2

};

class talk1

{

name = "talk1";

sound[] = {"talk1.ogg", db+290, 1.0};

titles[] =

{

};

};

class talk2

{

name = "talk2";

sound[] = {"talk2.ogg", db+290, 1.0};

titles[] =

{

};

};<span id='postcolor'>

I just don't know what I am doing wrong.  confused.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×