mac7 10 Posted January 23, 2014 iam using this ---------------------------------------------- class CfgMusic { tracks[]={73}; class 73 { name = "73"; Sound[] = {"\Music\73.ogg", db+5, 1.0}; // }; }; class CfgSounds { sounds[] = {cover,radio}; class cover { name = "cover"; sound[] = {"music\cover.ogg", db-20, 1.0}; titles[] = {0, ""};// }; class radio { name = "radio"; sound[] = {"music\radio.ogg", db-10, 1.0}; titles[] = {0, ""};// }; }; -------------------------------------------------- to play music and 2 sounds but one sound which is "cover" works fine and the other one shows this message Share this post Link to post Share on other sites
eegore 11 Posted January 24, 2014 How? This thread can help other people if you post what you did. Share this post Link to post Share on other sites
forzajuve 21 Posted January 25, 2014 not sure if this is what he did but when I have that problem I use titles[] = {}; which fixes it (for me) Share this post Link to post Share on other sites
mac7 10 Posted January 27, 2014 didnt do anything just save the mission and loaded it again Share this post Link to post Share on other sites
CSLALUKI 30 Posted January 28, 2014 (edited) not sure if this is what he did but when I have that problem I use titles[] = {}; which fixes it (for me) Yes, you must use this script. Edited January 28, 2014 by [CSLA]LUKI typo Share this post Link to post Share on other sites