I tried this, this almost works - it works that when the scrollbar is most down the memobox is most down and it looks like it works except that it skips a few lines at the top.
function GUI::ScrollbarScroll(scrollbar, position, change)
{
if (Server.RUS != null && scrollbar == Server.RUS)
{
Server.RUB.DisplayPos = 1 - position;
}
}
How do I get them to synchronize? Thanks for your help.
Bump pls
I don't even understand what your problem is, maybe explain with some screens and actually show the problem somehow
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2Fk3Ke7HL.jpg&hash=d691190624ef04721cbcc513b33bbccf179dccfd)
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FJFDkFFW.jpg&hash=31dc16fae2d080739afb7b316aee430e4d099591)
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FfGexBG9.jpg&hash=7e977cfc5ba11cc34572620aee7c7a2ea66afcb3)
As you can see the scrollbar isnt perfectly synchronized with the memobox.
Bump!!!
BUMPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
Solved by increasing HistorySize