Alright, this is what I put but it still ain't a workin man.
class CfgEnvSounds
{
sounds[] = {example};
class example
{
name = "example";
sound[] = {"music for a radio aroundthe fire.ogg", db+10, 1.0};
soundNight[]={"music for a radio aroundthe fire.ogg", db+10, 1.0};
titles[] = {};
};
};
Please help.