Hi, I need some music to my new mission. I'll code the sounds like this
class CfgMusic
{
tracks[]=
{
East_Win, West_Win
};
class East_Win
{
name = "East_Win";
sound[] = {\music\win_american.ogg, db+50, 1.0};
};
class West_Win
{
name = "West_Win";
sound[] = {\music\win_british.ogg, db+50, 1.0};
};
};
but it wont play the music, help me!