I need a simple script that kicks RCON admins, this as far as I can get before I get lost with this script:
PHP Code:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "RCONKick"
#define VERSION "1.0"
#define AUTHOR "Bloodshot"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /rconkick
A RCON admin has ability to change cvars for me, so that is what I need

Thanks!