DestroyerX 0 Posted March 30, 2002 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. Â Share this post Link to post Share on other sites
DestroyerX 0 Posted March 30, 2002 Sorry for the double post Share this post Link to post Share on other sites