hooking like this "register_clcmd("stop", "quit")" doesn't work as very few commands can be hooked like this right?
I read somewhere those commands would need to be specifically hooked, how is that possible? an entire plugin method for one command? have no idea.
how about cl_query_cvar "stop" or what was the name.
is that possible? or does it only work for cvar with values?
The Idea is to have a punishment set kick for whoever executes the command "stop".
the stop command itself may be executed at this time.
it does not need to block or prevent. kick will do.