Re: [SNIPPET] How to block the change notification of cvars with NOTIFY flag
I tried both methods and couldn't get the 'cvar changed' notifications to go away...
or does this only work on clients and not admins? |
Re: [SNIPPET] How to block the change notification of cvars with NOTIFY flag
Your code + how you change convars please.
|
Re: [SNIPPET] How to block the change notification of cvars with NOTIFY flag
I just ended up editing basecommands.sp to never show cvar changes with sm_cvar.
That should work just fine for now I suppose. |
Re: [SNIPPET] How to block the change notification of cvars with NOTIFY flag
Does anyone got it to work recently ?
Code:
public OnPluginStart()Is there another way ? |
Re: [SNIPPET] How to block the change notification of cvars with NOTIFY flag
Quote:
PHP Code:
|
Re: [SNIPPET] How to block the change notification of cvars with NOTIFY flag
Saw this from KyleS (I think) a long time ago. This allows you to remove FCVAR_NOTIFY from Cvars
Might need some tweaking, but this is the gist: PHP Code:
|
Re: [SNIPPET] How to block the change notification of cvars with NOTIFY flag
Quote:
|
Re: [SNIPPET] How to block the change notification of cvars with NOTIFY flag
Why not use the same method in the OT and use SetEventBroadcast?
|
| All times are GMT -4. The time now is 18:51. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.