Hi, I just wants to know if there is some way of Trap or Catch a command that a client wrote in his console.
Ex:
If the user type in console:
name lala
I like to Catch that
name cmd and change it for
say
So the server takes that command like a:
say lala
I need this to can resolve a security problem that I have in my server (a really know problem of HLDS with CS 1.5

)
That's all and Thanks in Advance.