Quote:
Originally Posted by Chandler
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
ur script dont work...
|
Did you try and debug the script?