Raised This Month: $12 Target: $400
 3% 

[CS:GO] No auto-mute by reports


Post New Thread Reply   
 
Thread Tools Display Modes
Author
eyal282
Veteran Member
Join Date: Aug 2011
Plugin ID:
7256
Plugin Version:
Plugin Category:
All
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Prevents default CS:GO behavior to mute players reported outside your server
    Unapprover:
    Reason for Unapproving:
    No source code / plugin, upload source and use the Report Post button for a new review.
    Old 08-14-2020 , 13:43   [CS:GO] No auto-mute by reports
    Reply With Quote #1

    Doesn't work, here's the solution
    __________________
    I am available to make plugins for pay.

    Discord: Eyal282#1334

    Last edited by eyal282; 08-16-2020 at 12:06.
    eyal282 is offline
    Sandervraun
    Senior Member
    Join Date: May 2019
    Location: Denmark
    Old 08-14-2020 , 13:53   Re: [CS:GO] No auto-mute by reports
    Reply With Quote #2

    Does this then run by SQL ? Or how does it remember this on different servers.
    Sandervraun is offline
    digin
    Member
    Join Date: Nov 2019
    Old 08-14-2020 , 14:46   Re: [CS:GO] No auto-mute by reports
    Reply With Quote #3

    thanks so useful
    digin is offline
    eyal282
    Veteran Member
    Join Date: Aug 2011
    Old 08-14-2020 , 18:32   Re: [CS:GO] No auto-mute by reports
    Reply With Quote #4

    This practically doesn't work btw.
    __________________
    I am available to make plugins for pay.

    Discord: Eyal282#1334
    eyal282 is offline
    Ilusion9
    Veteran Member
    Join Date: Jun 2018
    Location: Romania
    Old 08-14-2020 , 18:52   Re: [CS:GO] No auto-mute by reports
    Reply With Quote #5

    Quote:
    Originally Posted by eyal282 View Post
    This practically doesn't work btw.
    The plugin doesn't work? Maybe try to set m_bHasCommunicationAbuseMute on PreThink ...
    __________________
    Ilusion9 is offline
    digin
    Member
    Join Date: Nov 2019
    Old 08-14-2020 , 23:02   Re: [CS:GO] No auto-mute by reports
    Reply With Quote #6

    Quote:
    Originally Posted by eyal282 View Post
    This practically doesn't work btw.
    so this plugin doesn't work?
    digin is offline
    Syoudous
    Junior Member
    Join Date: Feb 2013
    Old 08-15-2020 , 23:28   Re: [CS:GO] No auto-mute by reports
    Reply With Quote #7

    The command you're looking for is sv_mute_players_with_social_penalties 0, unless it doesn't work. The command by default is flagged as FCVAR_DEVELOPMENTONLY so you will need to use something like sm_cvar to toggle it off.

    However, I do have a question regarding m_bHasCommunicationAbuseMute. How does one receive the values for each player? Would it just be something like...

    Code:
    int PlayerResource = GetPlayerResourceEntity();
    int PlayerIsAbusive = GetEntProp(PlayerResource, Prop_Send, "m_bHasCommunicationAbuseMute", _, Player);
    Hard to test because I don't have anyone I know personally who's flagged and because I am not at all familiar with the way this works.

    Last edited by Syoudous; 08-15-2020 at 23:32.
    Syoudous is offline
    eyal282
    Veteran Member
    Join Date: Aug 2011
    Old 08-16-2020 , 12:03   Re: [CS:GO] No auto-mute by reports
    Reply With Quote #8

    Quote:
    Originally Posted by Syoudous View Post
    The command you're looking for is sv_mute_players_with_social_penalties 0, unless it doesn't work. The command by default is flagged as FCVAR_DEVELOPMENTONLY so you will need to use something like sm_cvar to toggle it off.

    However, I do have a question regarding m_bHasCommunicationAbuseMute. How does one receive the values for each player? Would it just be something like...

    Code:
    int PlayerResource = GetPlayerResourceEntity();
    int PlayerIsAbusive = GetEntProp(PlayerResource, Prop_Send, "m_bHasCommunicationAbuseMute", _, Player);
    Hard to test because I don't have anyone I know personally who's flagged and because I am not at all familiar with the way this works.
    Works. I want this entire thread active just for your solution, even when my plugin doesn't work.
    __________________
    I am available to make plugins for pay.

    Discord: Eyal282#1334
    eyal282 is offline
    Syoudous
    Junior Member
    Join Date: Feb 2013
    Old 08-16-2020 , 15:43   Re: [CS:GO] No auto-mute by reports
    Reply With Quote #9

    Quote:
    Originally Posted by eyal282 View Post
    Works. I want this entire thread active just for your solution, even when my plugin doesn't work.
    Any chance you could answer my question in regards to m_bHasCommunicationAbuseMute? Is there a way to actively check if a player has these mutes or is this all guesswork?
    Syoudous 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 04:55.


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