I have a problem with my Description.ext file. I have like 2 ogg. files that can be heard and stuff but then the 3rd one can't. When I try to play the third one the lips only move, but the sound is supposed to be there too. Here is the description stuff. The one that says talk4 is the one i'm having trouble with here. Please help!
// SOUNDS //
class CfgSounds
{
sounds[] = { talk2,talk3,talk4 };
class talk2
{
name = "talk2";
sound[] = {"03av1.ogg", db-40, 1.0};
titles[] =
{
0, $STRM_03av1
};
};
class talk3
{
name = "talk3";
sound[] = {"M02v06.ogg", db-40, 1.0};
titles[] =
{
0, $STRM_M02v06
};
};
class talk4
{
name = "talk4";
sound[] = {"x00v06.ogg", db-40, 1.0};
titles[] =
{
0, $STRM_x00v06
};
};
};