Thread: Language Filter
View Single Post
  #29  
Old 05-03-2007, 07:41 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 Chandler View Post
Would be better if you used echo to find which one is called first.
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.

Quote:
Originally Posted by theHAWKER View Post
ur script dont work...
Did you try and debug the script?
Reply With Quote