slodin 10 Posted June 28, 2009 i have recorded a sound myself, but it won't play it even tho i did all i could.. i have created a new folder under mission/dark_death named "sounds",then put my sound file (ogg) into it, and added a new ext called description in the dark_death folder(description.ext) then i entered the code: //********Sounds********* class CfgSounds { sounds[]={intro}; class intro { name="intro"; sound[]={"\sound\introspeach.ogg",10,1.0}; titles[]={}; }; }; and then it just won't play it in the game, i used [grp1 say "intro"] to play the sound, i also tried to use [playsound intro] but both failed... thanks for any help you can offer Share this post Link to post Share on other sites
Junker 0 Posted June 28, 2009 type unitname say "soundname" or playsound "soundname" Share this post Link to post Share on other sites
slodin 10 Posted June 28, 2009 "and then it just won't play it in the game, i used [grp1 say "intro"] to play the sound, i also tried to use [playsound intro] but both failed... thanks for any help you can offer " thats wat i did,,,,,,[grp1 is the squad leader name] Share this post Link to post Share on other sites