Raised This Month: $32 Target: $400
 8% 

[REQ] Disable CS:GO Global Mute


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hijacked
New Member
Join Date: Aug 2021
Old 08-21-2021 , 06:46   [REQ] Disable CS:GO Global Mute
Reply With Quote #1

Hello,

im searching for a long time for this, but I didn't found anything.

Is it possible to remove a mute punishment from CS:GO on my Community Server?

Thank you guys
hijacked is offline
FAQU
Member
Join Date: Sep 2020
Location: Romania
Old 08-21-2021 , 08:41   Re: [REQ] Disable CS:GO Global Mute
Reply With Quote #2

I assume you're talkin about the automatic mute issued by Valve.

sm_cvar sv_mute_players_with_social_penalties 0
__________________
FAQU is offline
Teamkiller324
Senior Member
Join Date: Feb 2014
Location: Earth
Old 08-29-2021 , 17:56   Re: [REQ] Disable CS:GO Global Mute
Reply With Quote #3

This is a plugin that simply just disables the development-only flag for the cvar, allowing you to change it without needing 'sm_cvar' command to change the cvar's value.

PHP Code:
#pragma        semicolon    1
#pragma        newdecls    required

public    Plugin    myinfo    =
{
    
name        =    "[CS:GO] sv_mute_players_with_social_penalties Cvar Unlock",
    
author        =    "https://steamcommunity.com/id/Teamkiller324",
    
description    =    "Unlocks the cvar",
    
version        =    "0.1",
    
url            =    "https://steamcommunity.com/id/Teamkiller324"
}

public 
void OnPluginStart()
{
    if(
GetEngineVersion() != Engine_CSGO)
    {
        
ThrowError("CS:GO Only");
    }
    
    
ConVar cvar FindConVar("sv_mute_players_with_social_penalties");
    
    
int flags cvar.Flags;
    
    
flags &= ~FCVAR_DEVELOPMENTONLY;
    
    
cvar.Flags flags;

Attached Files
File Type: sp Get Plugin or Get Source (sv_mute_players_with_social_penalties.sp - 356 views - 600 Bytes)
__________________

Last edited by Teamkiller324; 08-29-2021 at 17:57.
Teamkiller324 is offline
hijacked
New Member
Join Date: Aug 2021
Old 08-30-2021 , 11:42   Re: [REQ] Disable CS:GO Global Mute
Reply With Quote #4

Thank you both for helping me
hijacked is offline
mark7807
New Member
Join Date: Mar 2015
Old 08-24-2022 , 19:09   Re: [REQ] Disable CS:GO Global Mute
Reply With Quote #5

I think valve broke this, anyone able to fix?
mark7807 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 08-24-2022 , 21:40   Re: [REQ] Disable CS:GO Global Mute
Reply With Quote #6

What is exactly broken ?
Does it have to do with avatars ?

dunno

https://blog.counter-strike.net/inde...2022/08/39352/
Quote:
[ MISC ]
– Added a message on the main menu for players whose inventory is reaching full capacity.
– Awarded “10 Year Birthday Coin” items to players whose inventory was at full capacity and did not receive a drop during the birthday week.
– Users without Prime Account Status can only invite Steam friends to a party lobby.
– Users without Prime Account Status see a limited profile view when inspecting non-friend accounts.
– Blocked player avatars will now display one of a set of premade custom avatars instead of a no-avatar-outline.

– Fixed Steam Controller input overlay mismatch during warmup.
__________________
Do not Private Message @me
Bacardi is offline
mark7807
New Member
Join Date: Mar 2015
Old 08-24-2022 , 22:20   Re: [REQ] Disable CS:GO Global Mute
Reply With Quote #7

Quote:
Originally Posted by Bacardi View Post
What is exactly broken ?
Does it have to do with avatars ?

dunno

https://blog.counter-strike.net/inde...2022/08/39352/
Hmm.

Either I made a false alarm, or the recent 7MB or so patch fixed something to do with it.

Thanks for the response regardless

Edit: When it wasn't working, it was just showing Enemy <colour> + the usual shaded out mute icon on the question-mark avatar.

Last edited by mark7807; 08-24-2022 at 22:29.
mark7807 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode