people in my server can type in console "model MODEL_NAME" and their model will change to the model they pick. for example typing "model zombie" would make them look like a zombie. I want to block that so I used client_command forward and checked if argv(0) equals to "model", if it is return plugin handled main.
The command is still not being blocked, anyone knows what can I do? Is it a command of the HL engine?