#include <amxmodx>public plugin_init() { register_clcmd("toggleconsole", "block")}public block() { return PLUGIN_HANDLED}