Thread: Type Writer
View Single Post
  #1  
Old 04-19-2011, 07:00 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Type Writer

Someone asked me to make it, alot of people like it on Bravo so I thought I'd post it

HTML Code:
//#CLIENTSIDE
function ChatBar.onTextChanged(txt) {
  if (this.on == false) return;
  if (txt.starts("warpto")) return;
  if (txt.starts("/")) return;

  if (txt != null)  player.chat = txt;
}

function onPlayerChats() {
  if (player.chat == "/typeon") this.on = true;
  if (player.chat == "/typeoff") this.on = false;
}
Just say /typeon or /typeoff
__________________
Reply With Quote