Sign in to follow this  
Followers 0
siikdude

How to make 2 sounds play together.

3 posts in this topic

Anyone know how to add a sound in a map without that sound stopping music. So when something is activated, a sound will play and the music will keep playing with that sound instead of stopping?

0

Share this post


Link to post
Share on other sites

Anyone know how to add a sound in a map without that sound stopping music. So when something is activated, a sound will play and the music will keep playing with that sound instead of stopping?

 

The playsound function works fine in this case but I assume you want a function like ambientplay.

 

The function you are looking for is called musicplay. It plays on top of ambient music just like ambientplay does without stopping the other ambient sound.

 

 

Read more about the different functions I've mentioned here - http://www.zeroy.com/script/

 

EDIT: I've highlighted the functions in red

0

Share this post


Link to post
Share on other sites

The playsound function works fine in this case but I assume you want a function like ambientplay.

 

The function you are looking for is called musicplay. It plays on top of ambient music just like ambientplay does without stopping the other ambient sound.

 

 

Read more about the different functions I've mentioned here - http://www.zeroy.com/script/

 

EDIT: I've highlighted the functions in red

Thanks Darmuh It worked :)

0

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  
Followers 0