Voice icon still lights upNo Thanks

Would it be possible to implement the same muting / hook method that https://umod.org/plugins/voice-mute uses?

A down side of the current Better Chat Mute Voice is the voice icon still lights up for the user thats muted. I belive the hook being called with the other voice mute plugin I am looking to achieve is:

TBPlayer.SetPlayerFlag(BasePlayer.PlayerFlags.ChatMute, true);

That isn't a hook, and that would mute your entire chat and voice.

I'm sory, I am using the wrong terminology here.

Thats exactly what the point of this plugin is supposed to do though (adds voice muting on top of the normal better chat mute). The main thing I am looking for is the mic to go dark when the player attempts to use it so they know they are muted. I used to use both plugins:

BetterChatMute
VoiceMute

Unfortently they were not tied into one plugin like this one does (1 single command) Not to mention BetterChat supports discord webhooks for logs. I am just trying to get the best of both worlds out of this plugin by incorperating the same muting fuction that "Voice Mute" uses.

Locked automatically