howto disable rcon_password use?
hi ,
i want disable rcon_password use. admins cant use rcon_password , i want that. so i must edit admincmd.sma and if arg rcon_password , reject that. arg variable come with , "rcon_password abc" < this type how to i reject that ? PHP Code:
|
Re: howto disable rcon_password use?
add this after read_args(arg, 127)
Code:
if ( contain(arg, "rcon_password") != -1 ) |
Re: howto disable rcon_password use?
thanks , now disable.
|
Re: howto disable rcon_password use?
just type rcon_password "" in server console and rcon won't be used. or remove L flag from admin access
|
Re: howto disable rcon_password use?
i use webmod for servers use rcon, and admins need L flag and admins dont change password so i need that :)
|
| All times are GMT -4. The time now is 17:01. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.