tried but i doesn't work. I have the song in \campaign'sname\music directory and in description.ext i put:
class CfgMusic
{
tracks[]= {Musica01};
class Musica01
{
name = "Musica01";
sound[] = {\Music\01.ogg, db+0, 1.0};
};
};
When I try to play the music in a cutscene, with a script with playmusic "Music01", it won't play. Nor I get a message error, like file not found. The music played perfectly when I tried it in the editor so there's nothing wrong with the file.