Now I also want to remove the change name message. Because players can chat by changeing name. Im able to change back the name itself but you still see the change name message. So they can still chat by using that. How do I prevent this message from appering?
In my plugin I used client_infochanged and in there I check if the player is gagged and use set_user_info to change the name back. But this still shows a change name message with the name the player tried to change to.
So its the message telling that someone changed his name is what I want to remove.
Im still doing some researching but I havenīt been able to really find what Im looking for.