jverhaak 0 Posted January 16, 2002 I want to place my own music in the mission. I have seen the tutorials about it so i wrote this in description.ext class CfgMusic { tracks[]={music}; class music { name = ""; sound[] = {\music\music.ogg, db+30, 1.0}; }; }; why doen's he recognize the music, or how do i trigger the file?? please help thnx Share this post Link to post Share on other sites
Snake1999 0 Posted January 16, 2002 For a start, you could alwayes give the music file a name (name="" <--- insert a name here within the quotes). Then you should be able to select your musicfile from a trigger, by pressing the "Effects" tabb and scrolldown to your music file in the "Music" list. Share this post Link to post Share on other sites