How can i make timer to progressbar?
#1

Hi i have a 15min timer, how can i make him to show me progress bar?
Thanks
Reply
#2

15 minutes is 900 seconds. It takes 9 seconds to increase (0% to 100%) or decrease (100% to 0%) by 1%
Declare a global variable and set a timer with interval of 9 seconds. In the callback of the timer, increase/decrease the variable and set the progress value.
Reply
#3

i dont understand, im beginner
Reply
#4

help meeee
Reply
#5

Do you want me to show you the bar every 15 minutes?
Reply
#6

No i want to make progress bar that will run with my timer. 15 mins, 14.13..
Reply
#7

For that you must create a textdraw and fill it every 15 minutes, or to make it easier you can use some filterscripts to create progress bars.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)