Hi lads, so iam currently working on a Vietnam Mission for me and my Bois and i would like to be able to play some music tracks over the addaction menu, but i dont know how for the love of God how to do it.
I have the tracks prepared in my description.ext which looks like that:
class CfgMusic
{
tracks[]={};
class Vietnam
{
name = "Vietnam";
sound[] = {"\sound\Fortunate Son", db+0, 1.0};
};
class All right now
{
name = "All right now";
sound[] = {"\sound\Free - All Right Now.ogg", db+0, 1.0};
};
};
Iam wondering if that is allright and if yes how i make it that i can play the music over addaction.
Thx for the help in advance.