So... (f*ck i always start a post with So... -.-)
Im still making my browser game

And now.. i face the biggest problem of my life... nahh just kidding.. well im kinda trying to make a system or something that allows me to display how much time left to build the building. like: HOUR:MINUTES:SECONDS or just MINUTES:SECONDS.
My time system its that one
Code: Select all
time();
And till now i got a display in seconds
Code: Select all
FINISH_TIME - time()