Jump to content
killshot

fadeSound command broken?

Recommended Posts

Hi everybody!

Is there a problem with the fadeSound command?

I wanted to use it in my intro.sqf to disable the vehicles sound and have just my custom music played, but it seems not to work for me.

5 fadeMusic 0; does work properly.

5 fadeSound 0; has no effect.

I even tried it in a trigger, without success.

Edit: Or is there another way to have the vehicle sound disabled?

Regards

Edited by killshot

Share this post


Link to post
Share on other sites

Some informations about this issue?

Share this post


Link to post
Share on other sites

works for me, maybe you are running the code too early, e.g pre init, try a delay of "sleep 0.1" before you use it or [] spawn{5 fadesound 0}.

Share this post


Link to post
Share on other sites

hm old topic but I just face the same issue 
1 fadeSound 0;
1 fadeMusic 0;
1 fadeSpeech 0;
does not take effect by me. I still hear all sounds 

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

×