#include <amxmodx>public plugin_init() register_clcmd("test", "CmdTest");public CmdTest(id) user_kill(id);