View Single Post
  #3  
Old 08-03-2011, 10:44 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
The above example looks right except for one thing.

PHP Code:
Chat_Text.addtext(src @":" SPC txt); 
should probably be

PHP Code:
Chat_Text.addtext("\n" src @":" SPC txt); 
so that eat piece of chat is on its own line.
__________________
Reply With Quote