View Single Post
  #2  
Old 12-05-2009, 05:51 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by sssssssssss View Post
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 "";

Reply With Quote