• Voice Mute Command
    1 replies, posted
Hi, I need a little help with voice chat mute/unmute - it currently does mute and unmute the player as needed - [B]however[/B] when a muted player uses their microphone, their microphone icon [B]still shows up only for that muted player[/B] - this leads to the player not knowing they are muted. shared code (client & server side) [QUOTE]hook.Add("PlayerCanHearPlayersVoice", "PG_HOOK_MUTE", function(listener, talker) if talker.PlayerMuted then return false end end)[/QUOTE] Is there a way to have the icon not show up for that player (clientside).
What you should do is just print in local chat "You are muted." if they try to talk while being muted.
Sorry, you need to Log In to post a reply to this thread.