ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.72k stars 625 forks source link

[CS 1.6] [Feature Request] cl_ignoregrenaderadio #2615

Open Maxi605 opened 5 years ago

Maxi605 commented 5 years ago

A client-side cvar to be able to ignore the radio message when a player throws a grenade.

CS:GO has this but as server-side, i don't know if is better to do it server-side or not.

metita commented 5 years ago

It is server-side probably because CS:GO have a official competitive matchmaking and people is forced to certain settings to get a decent gameplay experience, it won't matter at all if its client-side or server-side for Counter-Strike 1.6 as there is no "official" competitive matchmaking.

afwn90cj93201nixr2e1re commented 5 years ago

We should add something like cl_ignoreradio: 0 - disabled, 1 - block sound's, 2 - block text, 3 - block text and sound's. Coz this is very noisy.

SamVanheer commented 5 years ago

The SendAudio network message handles radio messages so the message handler for that would be a good place to put this.

Mistrick commented 5 years ago

Already exist server cmd ignorerad. Just write it in client console.

RauliTop commented 5 years ago

Already exist server cmd ignorerad. Just write it in client console.

Yes, but will be better to have a client command like @afwn90cj93201nixr2e1re said