Jump to content

Sleep timer countdown


 Share

Recommended Posts

Hi i was wondering how to make a tooltip or so show a countdown when a sleep start...

For instance... In my script i got sleep(3600)...

Now obviusly i could make it

ToolTip("3600", 0, 0)

sleep(1000)

ToolTip("3599", 0, 0)

sleep(1000)

ToolTip("3598", 0, 0)

but there has to be another way haha >_<

Link to comment
Share on other sites

thnx mate but this does not work for me...

how can i put in a tooltip which just starts counting up from 0 and keeps going ?

that way i can just write...

tooltip("Whatever")

sleep(38812387627)

[sumthing to stop the timer again]

Edited by Wberg
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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