Anti-Hack Rcon ( Enable/Disable )
You can use this Plugin in the case there was a breakthrough in the private to server Rcon
---------------------------
Auto Exec Disable Rcon Command:
goto
Code:
cstrike/addons/amxmodx/configs/amxx.cfg
And Add This Command:
---------------------------
include'S
PHP Code:
#include <amxmodx>
#include <ColorChat>
---------------------------
Commands:
PHP Code:
register_clcmd("amx_disable_rcon", "CmdDisableRcon")
register_clcmd("amx_enable_rcon", "CmdEnableRcon")
---------------------------
Cvars
PHP Code:
g_rcon_password1
/*-------------------------*/
g_rcon_password1=register_cvar("rcon_password", "PasswordHere1")
This service is provided by the Plugin
This Plugin The arrest of the service Rcon in your server in order to avoid the hack.
Help: if you dont have include <ColorChat> You'll find Attached Files