Quote:
Originally Posted by sssssssssss
There has got to be another way besides enablefeatures() to disable player chat. obviously from my most recent thread, it is messing up many, many things on our server. Is there another way to approach this? Anything at all?
p.s.
player.chat == "" doesn't suffice in a timeout. Its not effecient enough and you can almost always still see the regular chat.
|
PHP Code:
//#CLIENTSIDE
function ChatBar.onAction()
{
ChatBar.text = "";
}
