ok this is what you have to do:
1:First make sure the music file is an OGG file!
2: go to your mission folder C:\Program Files\Codemasters\OperationFlashpoint\Users\username\missions\missionname
and make a new Folder called music in your mission Folder
(Right mouse click and then NEW and then click folder)
(Try to name your music file Blackhawk without space)
3:In the music Folder you put your music in! (music has to be an OGG file ofcourse
)
4 then make the script for the music in your mission Folder
( NOT IN THE MUSIC FOLDER!!)
right mouse click,then NEW then TEXT DOCUMENT
then type this in the document:
class CfgMusic
{
tracks[]=
{
Blackhawk
};
class Blackhawk
{
name = "Blackhawk";
sound[] = {\music\Blackhawk.ogg, db+0, 1.0};
};
};
then click save as, Save as type: All Files
name it to description.ext
Then you music should work!
If this doesn't wotk then I realy dunno what your doing wrong...try other music maybe? :-\
Good Luck
Greetz Darkie!