[SOLVED]
Solved . -
|
Re: Disable a CVAR
in scripting/admincmd.sma
replace Code:
if (onlyRcon(arg) && !(get_user_flags(id) & ADMIN_RCON))Code:
if (onlyRcon(arg))however, users can still access it with amx_showrcon rcon_password. you might have to re-script the whole command for it. |
Re: Disable a CVAR
try this
PHP Code:
|
Re: Disable a CVAR
Hello,
The script you provided Throstur is not working, this may be outdated but I would be thankfull to whom ever can update this to work right. Thanks |
Re: Disable a CVAR
Are you putting it ABOVE admincmd.amxx in the plugins.ini file?
|
| All times are GMT -4. The time now is 22:47. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.