I have been trying to get an
old plugin working. It is meant to prevent people with the ability to read cvars from stealing the rcon password. A function to check the command is called when someone does sm_rcon. This is done with AddCommandListener. The function gets tripped when someone tries to get the password and returns "Plugin_Handled". For some reason this doesn't stop the execution of the command and the rcon password is still delivered to the client. Is there an alternative way of blocking commands?
Thanks.