Thread: ChatBar
View Single Post
  #4  
Old 10-21-2006, 08:59 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by xAndrewx View Post
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 "";

Reply With Quote