Jump to content

ScrollBar


Mr.DeViLsS

Recommended Posts

Is it a GUI scrollbar? If yes, then Wiki provides the best example: https://wiki.multitheftauto.com/wiki/GuiCreateScrollBar

otherwise post your script so we can have a clue what you talkin' about

elementGUI.scrollBar = guiCreateScrollBar ( 0.02, 0.85, 0.96, 0.04, true, true, elementGUI.window ) 
guiSetProperty ( elementGUI.scrollBar, "StepSize", 0.01 ) 

How to make the scroll range was from 0 to 3, for example. Or from 0 to 6

  • Thanks 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...