lonesoldier 0 Posted September 25, 2003 Edit - Found out how. Delete this thread please. Share this post Link to post Share on other sites
iNeo 0 Posted September 25, 2003 Share "say" command? Share this post Link to post Share on other sites
lonesoldier 0 Posted September 26, 2003 Unitname say "soundname" Share this post Link to post Share on other sites
Tibby595 0 Posted September 29, 2003 where do you place the sound? in codemasters/users/tibby/missions/3rd crap one/ or in descript (plz say first one!) and does that have to be a .ogg sound file? Share this post Link to post Share on other sites
superskunk 0 Posted October 7, 2003 try find a tutorial for adding sounds and music you can add .ogg and .wav  i know. mostly sounds or placed in a special directory in your maps directory: users/tibby/missions/3rd crap one/sounds you have to add some text to desciption.ext  file. which if you don't have , you have to make...in wordpad for instance! Add this: class CfgSounds { sounds[] = { yoursoundfilename }; class yoursoundfilename { name = "yoursoundfilename"; sound[] = {"yoursoundfilename.ogg",db+1, 1.0}; titles[] = { }; }; }; Share this post Link to post Share on other sites