View Single Post
  #4  
Old 08-22-2009, 06:32 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
Yeah, don't use a timeout. Try something like this

HTML Code:
//#CLIENTSIDE
function onKeyPressed() {
  if (keydown(8)) {
    if (ChatBar.visible == true) {
    } else {
    }
  }
}
Reply With Quote