How to block cvars
should register_concmd("amx_cvar sv_gravity.......
RETURN_PLUGINHANDLED work? or there is a better way? |
Re: How to block cvars
To block a command? explain abit more :)
|
Re: How to block cvars
You're going to use a concmd to block a cvar?
no, that won't work. lol |
Re: How to block cvars
Speed If u wanna delete a command like that, just delete it or comment it so its ignored. However u might wanna delete the function the command is calling.... Attach your script if u can get it to work.... http://www.amxmodx.org/funcwiki.php?...ncmd&go=search
|
Re: How to block cvars
Quote:
Quote:
|
Re: How to block cvars
Just make a plugin that does:
Code:
And place it at the top of the plugins.ini |
Re: How to block cvars
That is so retarded, you can block a cvar using a concmd.
|
Re: How to block cvars
That's not what I'm doing.
I'm detecting the amx_cvar command, and blocking the cvar value for that cvar being changed. |
Re: How to block cvars
So how would you solve the problem then BOIYSokayCS ?
If you wanna block fps_max > 300 for example. Everything under it should be available ^^ |
Re: How to block cvars
For client cvars, use a cvar checker plugin.
|
| All times are GMT -4. The time now is 01:52. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.