Timer Countdown ISSUE HELP

kajutokajuto Member Posts: 314
edited March 2012 in Introductions
HI everyone, i set a countdown timer from 120 seconds= 2 minutes, but i want to display it as minutes to 0 second, not from 120 seconds to 0 second, how can i change that ? thanks in advance

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    edited March 2012
    in your display text: floor((floor( game.Timer %3600)/60%10))..":"..floor(( game.Timer %60)/10)..floor( game.Timer %10)
  • kajutokajuto Member Posts: 314
    one question, how do you know all that stuff?? because if you are a programmer, i want you to do some stuff for me, even if i have to pay you
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    shoot me an email if youd like

    papiomitis@yahoo.com

    cheers
  • kajutokajuto Member Posts: 314
    i sended a email to you
Sign In or Register to comment.