Posts: 156
Threads: 46
Joined: Jul 2010
Reputation:
0
is there a function , to turn seconds into minutes and seconds ? lik if you have 321 seconds, to turn them into ,
5.35 , 5 minutes ad 35 seconds .. so can anyone tell me how to start it off? just head me to the right direction ..
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Let's do some math, shall we?
How many seconds in a minute? 60
How many seconds in 5 minutes and 30 seconds? Well... 5*60 = 300 + 30 = 330.
So now you can instead use 330 seconds, rather then needing to to make a bunch of pointless code.
Posts: 156
Threads: 46
Joined: Jul 2010
Reputation:
0
Well, i know, but i want the players to see the mins and hte seconds instead of looking at some seconds.. for going out of jail...
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Did you mean so when you output a string instead of seconds, you will get the actual value?