xMKHx Posted August 29, 2017 Share Posted August 29, 2017 Hello Today i'm asking if is there any possibility to move a timer (setTimer) to a progress ? Link to comment
ViRuZGamiing Posted August 30, 2017 Share Posted August 30, 2017 Define progress, an example would serve great Link to comment
xMKHx Posted August 30, 2017 Author Share Posted August 30, 2017 Example I have a timer for a function function test () setTimer(outputChatBox, 3000, 1, "Hello World") end i want to change it to a progressbar guiCreateProgressBar Link to comment
quindo Posted August 30, 2017 Share Posted August 30, 2017 Save timer start tick to some variable, and get remaining time using getTimerDetails, from that you can calculate progress. 2 Link to comment
xMKHx Posted August 30, 2017 Author Share Posted August 30, 2017 7 hours ago, quindo said: Save timer start tick to some variable, and get remaining time using getTimerDetails, from that you can calculate progress. Thank You so Much Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now