Jump to content


Photo

Timer


  • Please log in to reply
1 reply to this topic

#1 Sir

Sir

    Jedi Poodoo

  • GMC Member
  • 383 posts
  • Version:GM:Studio

Posted 13 August 2012 - 02:49 AM

So, through my googling/searching, all I've found is a countdown clock. What I'm looking for is a timer that goes UP, not DOWN.

I know its a slightly complicated request, but... I know that 30 steps=1 second. Beyond that, I'm not sure what to do.

If you could make the script format itself in minutes:seconds:milliseconds, that would be GREAT.

Cheers,
Sir.
  • 0

#2 ariugh

ariugh

    GMC Member

  • GMC Member
  • 139 posts

Posted 13 August 2012 - 03:28 AM

So, through my googling/searching, all I've found is a countdown clock. What I'm looking for is a timer that goes UP, not DOWN.

I know its a slightly complicated request, but... I know that 30 steps=1 second. Beyond that, I'm not sure what to do.

If you could make the script format itself in minutes:seconds:milliseconds, that would be GREAT.

Cheers,
Sir.


No offense, but next time think through this logically. 60 seconds in a minute, etc.
Super easy.

seconds = round(time / room_speed);
minutes = round((time / room_speed) / 60);
hours = round(((time / room_speed) / 60) / 60);



  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users