Quote:
Originally Posted by fowlplay4
Try this:
PHP Code:
//#CLIENTSIDE
function onRCChat() {
GuiChatScroll.scrolltobottom();
}
You'll have to replace the GUI object's name obviously.
|
I think what he's trying to do instead is make a GuiScrollCtrl scroll to the bottom when the height increases
only when it was already scrolled to the bottom.