Calling hook OnPlayerVoice resulted in a conflictFixed
Is it possible to add compatability with Voice UI? 
Calling hook OnPlayerVoice resulted in a conflict between the following plugins: VoiceUI - False (Boolean), BetterChatMuteVoice (True (Boolean))
Voice UI should be returning true, not false. This isn't actually a conflict, and just a warning.
Oh wow alright, so just the warning spamming in my console about 10 a second is not a big deal as of now?
As mentioned about, Voice UI would need to be updated to fix the warning.
Okay, either way I don't seem to be muting peoples voices, not sure what's going on there
5e5bdf0967019.jpg Texas
Okay, either way I don't seem to be muting peoples voices, not sure what's going on there
It actually looks like that is because of this plugin too, as this plugin is cancelling the original voice and resending it for some reason.
5e13a8d5b2bc5.jpg Wulf
It actually looks like that is because of this plugin too, as this plugin is cancelling the original voice and resending it for some reason.

This plugin cancels the original voice and resends it for performance reason, this prevents the duplicated execution of this function `BaseNetworkable.GetConnectionsWithin`.

A solution would be a post PlayerVoice hook that includes the result of `BaseNetworkable.GetConnectionsWithin`.

Merged post

I've added an update that resolves this conflict, although there is a performance tax on it.

Hello !

I wanted to know if there was a possible fix :

Calling hook OnPlayerVoice resulted in a conflict between the following plugins: VoiceUI - False (Boolean), BetterChatMuteVoice (True (Boolean))

I got this as soon as someone got muted, unloaded the VoiceUI and the mute worked perfectly !
So yeah could be great if it could work together ! :)
Thank's for reading me !

5e948a15cc70c.png?uid=5e948a391e4d3 Blackdemon6

Hello !

I wanted to know if there was a possible fix :

Calling hook OnPlayerVoice resulted in a conflict between the following plugins: VoiceUI - False (Boolean), BetterChatMuteVoice (True (Boolean))

I got this as soon as someone got muted, unloaded the VoiceUI and the mute worked perfectly !
So yeah could be great if it could work together ! :)
Thank's for reading me !

This is a Voice UI issue, so merged with existing thread. Please make sure you are using the latest version as well.

5e13a8d5b2bc5.jpg Wulf

This is a Voice UI issue, so merged with existing thread. Please make sure you are using the latest version as well.

Thank's Wulf !
Yeah i am using all plugins on the Latest versions ! :)

5e948a15cc70c.png?uid=5e948a391e4d3 Blackdemon6

Thank's Wulf !
Yeah i am using all plugins on the Latest versions ! :)

I don't think you are using the latest version of Voice UI, the latest version has a completely different function signature which prevents it from returning an object although in the log that you've posted it details that VoiceUI returned false.

Could you try downloading the latest version of VoiceUI and testing again?

5ef43aece9765.png Pinkstink

I don't think you are using the latest version of Voice UI, the latest version has a completely different function signature which prevents it from returning an object although in the log that you've posted it details that VoiceUI returned false.

Could you try downloading the latest version of VoiceUI and testing again?

Hey so, you are right
I wasn't on the latest version strangly so Thank's it now works perfectly ! <3

Locked automatically