Open vertiKarl opened 4 months ago
This is probably not the easiest as the timer of how long a user is muted for is completely on the server side, as were using a custom HUD implementation and not the Status Icons I wouldnt really wanna implement a system behind that right now.
We can display a chat message how long a user is muted/unmuted for, for now
Is your feature request related to a problem? Please describe. Currently users only see if they are muted but not how long.
Describe the solution you'd like Show a little indicator in the hud with the time in seconds, similar to the radar status icon I believe. If they are muted for the whole round just show an infinity symbol.
Describe alternatives you've considered Show it once in chat when getting muted. Seems objectively worse though.
Additional context Only really relevant when using mute durations.
Worth considering We also implement a duration for being unmuted, so we actually need to also display icons when currently not muted. (with a time)