public void OnPluginStart() { RegConsoleCmd("sm_invisible", invisible, "_"); } public Action invisible(int client, int args) { // TODO }