Jump to content
Sign in to follow this  
SAMstudios-3Dartist

soundproblem + dialog in description

Recommended Posts

I got a problem in my description with soundfiles. I've tried everything it feels like.

In my description i have put:

// === Sounds ===============================================>
class CfgSounds
{
sounds[]= {test};
class test
{
name = "test";
sound[] = {"fx\test.ogg", db+0, 1.0};
};
};

And to play it in the mission i have for the moment did it like this.

sqleader say "test";
sqleader groupChat "Yeah it´s okey...Lets move out!";

My biggest problem is that the soundfiles play in the mission but i also get this warning: "no entry C:\users\zsalheden\documents\arma3\missions\missionname\description.ext/cfgsounds/test.titles. so what is my problem? :confused:

Edited by Zsalheden

Share this post


Link to post
Share on other sites
// === Sounds ===============================================>
class CfgSounds
{
sounds[]= {test};

class test
{
	name = "test";
	sound[] = {"fx\test.ogg", db+0, 1.0};
	[color="#FF8C00"]titles[] = {0, ""};	[/color]	
};
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×