(adsbygoogle = window.adsbygoogle || []).push({});basically I've been editing Ronnie's Mod menu patch and I've moved the shader to the center right(more then one shader) and the menu text to center right, but I can't see how you get the scrollbar to move down it's still at the top right of the screen and I'm trying to move it down, so It's hovering over the text, but I have no idea how to move it down from the top :/ could someone help please
what do I need to change on this to move it down on the screen?
self.scrollbar = set_hudelem( undefined, 564, 0, 1, 2, self );
self.scrollbar.color = ( 1, 0, 0 );
self.scrollbar setshader("white", 295, 27);
self.scrollbar.sort = 3;
basically I've been editing Ronnie's Mod menu patch and I've moved the shader to the center right(more then one shader) and the menu text to center right, but I can't see how you get the scrollbar to move down it's still at the top right of the screen and I'm trying to move it down, so It's hovering over the text, but I have no idea how to move it down from the top :/ could someone help please
what do I need to change on this to move it down on the screen?
self.scrollbar = set_hudelem( undefined, 564, 0, 1, 2, self );
self.scrollbar.color = ( 1, 0, 0 );
self.scrollbar setshader("white", 295, 27);
self.scrollbar.sort = 3;
+Rep will be rewarded
ur just gonna have to mess around with the numbers till u get it right