Thread
:
Custom Chat System
View Single Post
#
3
08-03-2011, 10:44 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
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.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994