Quote:
Originally Posted by xAndrewx
Hey you!
I'll try the profile, I mean the canMove = true; 
|
Haha, hey.. just got unbant

. And my internets almost fixed lol.
ChatBar.canMove = true;?
Wouldn't it be easier to:
PHP Code:
function onCreated()
{
ChatBar.Destroy();
new GuiCtrlShiz("ChatBar")
{
canmove = true;
// ETC
}
}
function ChatBar.onAction()
{
player.chat = ChatBar.text;
ChatBar.text = "";
}