If u want the music to come out of the radio or anything else
u should make ur ogg file with the same specs as u do for sound, then we place a radio in the editor and write
this exec "music.sqs" and now we'll write a music.sqs file.
So lets say that the length of ur music file is 1:20, so u'll write
in the notepad like this
#loop
_this say "name of ur song"
~120 - //the actual lenght of the song, we use it if u want the song to loop over
goto "loop"
I see where i was wrong, well not exactly wrong, more like not being clear. What i meant by
u should make ur ogg file with the same specs is that u have to do the same thing as when u make ur sound file and thus ur description.ext should be
class CfgSound not CfgMusic
Cheers