Quote:
Originally Posted by Frankie
no.
the current one
as in, some messages will be stuck, but you still get new ones like so:
msg
msg
msg
msg
msg
msg
msg
msg
msg
msg
msg
---------- these are all stuck on the screen
down here, the new messages still scroll
msg
msg
msg
msg etc
|
PHP Code:
public function addMessage( msg )
{
if ( clientr.messages[ clientr.messages.size() - 1 ] == msg )
{
return;
}
}
