Results 1 to 2 of 2

Thread: time hud

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts

    time hud

    hello , how make time hud with seconds and milliseconds ?

    PHP Code:
        sec 10;
        
    milisec 99;
        while(
    1)
        {
            
    sec -= 0.1;
            
    milisec -= 1;
            
    self.hudbuble setValue(int(time sec));
            
    wait 0.1;
        } 
    i need : seconds : miliseconds
    Last edited by malyczolg; 9th July 2013 at 12:21.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •