Posts: 11
Threads: 3
Joined: Aug 2018
Reputation:
0
Hi i have a 15min timer, how can i make him to show me progress bar?
Thanks
Posts: 1,228
Threads: 1
Joined: May 2018
Reputation:
0
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.
Posts: 211
Threads: 0
Joined: Aug 2018
Reputation:
0
Do you want me to show you the bar every 15 minutes?
Posts: 11
Threads: 3
Joined: Aug 2018
Reputation:
0
No i want to make progress bar that will run with my timer. 15 mins, 14.13..
Posts: 211
Threads: 0
Joined: Aug 2018
Reputation:
0
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.