Quote:
Originally Posted by Twinny
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!!
