Thread
:
function onPlayerChats() delayed if there is an onTimeout() in the script
View Single Post
#
9
05-16-2009, 08:38 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
For making chat disappear (Tig's problem), you can use either
PHP Code:
shared
.
chat
(
""
);
// or
player
.
chat
=
" "
;
but there will still be a delay if there's a timeout. Best to use ChatBar.onAction rather than onPlayerChats() for that anyway.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994