Thread: Language Filter
View Single Post
  #30  
Old 05-03-2007, 05:10 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by Twinny View Post
ChatBar.onAction() is called first. Think about it: you press enter on that bar to make the player chat .

If you do,
PHP Code:
//#CLIENTSIDE
function ChatBar.onAction()
{
  
ChatBar.text "";
}

function 
onplayerchats()
{
  echo(
"Yay!");

You should not be able to see your player say anything nor any output in the F2 log.
Yes. BUT STILL USE ECHO!!
Reply With Quote