xMKHx Posted August 29, 2017 Posted August 29, 2017 Hello Today i'm asking if is there any possibility to move a timer (setTimer) to a progress ?
ViRuZGamiing Posted August 30, 2017 Posted August 30, 2017 Define progress, an example would serve great
xMKHx Posted August 30, 2017 Author 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
quindo Posted August 30, 2017 Posted August 30, 2017 Save timer start tick to some variable, and get remaining time using getTimerDetails, from that you can calculate progress. 2
xMKHx Posted August 30, 2017 Author 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
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