Jump to content

change numbers


Hassam

Recommended Posts

  
MyTimerCarshow = setTimer( function () end , (Time*60*1000), 0) 
            local MyMinutes, ExeC, TotC = getTimerDetails (MyTimerCarshow) 
            local MyMinutesCarshow = MyMinutes/1000/60 
setTimer( 
            function ()  
                if (isTimer(MyTimerCarshow)) then  
                    guiSetText(GetTimeInfo, "In Progress")  
                    guiLabelSetColor(GetTimeInfo, 215, 255, 0) 
                else 
                    guiSetText(GetTimeInfo, math.floor(MyMinutesCarshow).." Minutes")  
                    guiLabelSetColor(GetTimeInfo, 0, 255, 0)  
                end  
            end, 50, 0) 

Hello,

I'm posting here because I need help, where I'm trying do one gui, where the minutes pass only on gui

Example:

Label: 1Minutes

Label: In Progress

The problem is when I put 2, will be auto-set "In Progress".

Link to comment

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
  • Recently Browsing   0 members

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