(adsbygoogle = window.adsbygoogle || []).push({});
My scrollbar placement and stuff if like this:
self.scrollbar = set_hudelem( undefined, 564, 0, 1, 2, self );
self.scrollbar.color = ( 0, 0, 1 );
self.scrollbar setshader("white", 295, 27);
self.scrollbar.sort = 3;
but my scrollbar is at the top right of the screen and not over the text, it's in the right position and everything I just need to lower it from the top so it's over the text. What do I need to change just to lower the scrollbar?