Topic: Odd server_setclientname() behavior
In my mod, when a person does something, I change his name to something else (let's say, "tee"). This is how I execute it:
server_setclientname(client_id, "tee");
For some reason, the name is only set to "tee" when the person attempts to change his name. Because of some code I added, the person can not change his name. So when he tries to, his name becomes "tee". Does anyone have an explanation for this erratic behavior?
deny_post($poster);