Do you know how to use this ? , CRecipientFilter filter=CPASAttenuationFilter )
1 replies, posted
I'd like to reduce the strength of the song radius, and I guess it's with this: " CRecipientFilter filter=CPASAttenuationFilter" that we change it, any idea on how I could do that ?
CreateSound( Entity targetEnt, string soundName, CRecipientFilter filter=CPASAttenuationFilter )
A CRecipientFilter is just an object that holds a list of players. You can create one with RecipientFilter and do whatever checks you want to selectively add players.
Sorry, you need to Log In to post a reply to this thread.