Hello.
I have a small problem regarding hooked messages. I have used register_clcmd to place a 'say' command on my server. However, there seems to be another parser running that also receives my clcmd as a simple message. What happens is that my command, that returns PLUGIN_HANDLED and therefore should not be sent to the "print_chat" area, IS sent for some reason.
Is there any way to fix it such that my command is blocked from being parsed by any other text hooks? Would I then have to use the SayText packet?