Jump to content
Sign in to follow this  
drunken officer

Some problems with say

Recommended Posts

hello

I've a problem with this command

this say ["radiosong",1]; 

- init line of the radio inside a camp

If i change the number (TitleDistance), there is no difference.

The "soundsource" is on the right position. When i move away, the loudness is lower, but it's never quite. Can sombody help me?

discription.ext

class CfgSounds
{
sounds[] = {};
class radiosong
{
	// how the sound is referred to in the editor (e.g. trigger effects)
	name = "radiosong";
	// filename, volume, pitch
	sound[] = {"\sounds\metallica.ogg", 1,1};
	// subtitle delay in seconds, subtitle text 
	titles[] = {1, "*metalica*"};
};
};

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  

×