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

[ANY] ConVar Suppression


Post New Thread Reply   
 
Thread Tools Display Modes
nep
Junior Member
Join Date: Aug 2011
Old 10-26-2012 , 04:12   Re: [ANY] ConVar Suppression
Reply With Quote #11

Thanks for this bit of code Kyle, and thanks to those posting questions! I found it educational.
nep is offline
AngelOlleta14
Junior Member
Join Date: Oct 2014
Old 11-09-2014 , 19:33   Re: [ANY] ConVar Suppression
Reply With Quote #12

Spanish:
Como serķa para remover los nombres de los plugins, ej : sourcemod, metamod

English:
As it would be to remove the names of the plugins, eg sourcemod, metamod
AngelOlleta14 is offline
Skyyofficial
Junior Member
Join Date: Apr 2017
Old 04-29-2017 , 18:43   Re: [ANY] ConVar Suppression
Reply With Quote #13

Hey this plugin is not working for me, if I enter the command it says [ConVar Suppression] Added/Removed ConVar: phys_pushscale but i still get the message in the chat if the value gets changed. Is this maybe not even needed anymore? is there a console command I don't know of?
Skyyofficial is offline
Tonblader
Senior Member
Join Date: Jul 2011
Location: Peru
Old 06-10-2019 , 01:29   Re: [ANY] ConVar Suppression
Reply With Quote #14

This work to listenserver ? i think i see the [SM] cvar because I am a client-console
Tonblader is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 04-19-2021 , 05:42   Re: [ANY] ConVar Suppression
Reply With Quote #15

Seems I have forgotten how to use this. While the command works in game as intended, I would like to add the commands to my server.cfg. However it doesn't seem to be applying each map and I would rather avoid manually typing the command each time.

Does the plugin support a config entry?

This is what I have in my server.cfg that isn't working.

Code:
sm_suppressconvar sv_tags disabled
sm_suppressconvar mp_friendlyfire disabled
Sreaper is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 05-02-2021 , 21:19   Re: [ANY] ConVar Suppression
Reply With Quote #16

Quote:
Originally Posted by Sreaper View Post
Seems I have forgotten how to use this. While the command works in game as intended, I would like to add the commands to my server.cfg. However it doesn't seem to be applying each map and I would rather avoid manually typing the command each time.

Does the plugin support a config entry?

This is what I have in my server.cfg that isn't working.

Code:
sm_suppressconvar sv_tags disabled
sm_suppressconvar mp_friendlyfire disabled
I have no memory of this plugin, but I've looked through the code and it just updates the trie and keeps it forever. There was a weird old setting in plugin_settings that allowed you to reload plugins on level change but that's been gone for many SM versions now. Which version of SM are you running? Are you sure the game you're on is using the server_cvar event to post public messages?
KyleS is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 05-02-2021 , 22:50   Re: [ANY] ConVar Suppression
Reply With Quote #17

Quote:
Originally Posted by KyleS View Post
I have no memory of this plugin, but I've looked through the code and it just updates the trie and keeps it forever. There was a weird old setting in plugin_settings that allowed you to reload plugins on level change but that's been gone for many SM versions now. Which version of SM are you running? Are you sure the game you're on is using the server_cvar event to post public messages?
Quote:
Game: TF2
SM: 1.10.0.6502
MM: 1.12.0-dev+1147
It is definitely using the server_cvar event as that word is also printed in the chat at the time. Are you sure this part in your code isn't blocking it? I haven't tested deleting this.
Code:
   if (client && !IsClientInGame(client)) /* Isn't needed, but makes me feel safe inside. */
    {
        return Plugin_Handled;
    }

Last edited by Sreaper; 05-02-2021 at 22:52.
Sreaper 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 19:02.


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