Quote:
Originally Posted by cbk1994
I was originally trying just to make it always visible; now I'm forced to make a custom chat system instead.
|
Why? Cant you make your own chat bar GUI, and do something like:
PHP Code:
function MyChatBar.onAction()
{
ChatBar.text = MyChatBar.text;
ChatBar.onAction();
// Or...?
ChatBar.scheduleevent(.05, "Action", MyChatBar.text);
}
Untested, and doubt either of them will work, but worth a shot
