I readed Nave_Seals tutorial, tryed Cool studio, but still I doesnt hear anything in mision, well im making sound named haloo.
I made description like this
class CFGSounds
{
sounds[]=
{
haloo
};
class haloo
{
name = "haloo";
sound[] ={\sound\haloo.ogg, db+0, 1.0};
titles= { };
};
};
after that there is haloo named sound in sound drop, but only thing what happens is I get some error "titles\ not an array. well, I tryed to but script like this..
class CfgMusic
{
tracks[]=
{
haloo
};
class haloo
{
name = "haloo";
sound[] = {\music\haloo.ogg, db+0, 1.0};
};
};
and I maked foulder called music and put "haloo" file to there, and ques what happend? NOTHING! Absolutely nothing.... :gunman: :'( then, I tryed ofp cool studio. I get it in the game, I set volume to +10 and 1.0, I pressed haloo sound in sound list, and but it to trigger, trigger activated, but I DIDNT HEAR ANYTHING! ARgh! What should I do?