countdown help [++REP]
#6

Just made this real quick incase you do need it, just replace second format with this:

PHP код:
new seconds SecondCountminutes;
while(
seconds 59)
{
    
seconds -= 60;
    
minutes++;
}
format(stringsizeof(string), "%02d:%02d remaining!",minutes,seconds); 
Reply


Messages In This Thread
countdown help [++REP] - by simo0000 - 19.07.2015, 19:44
Re: countdown help [++REP] - by simo0000 - 19.07.2015, 20:09
Re: countdown help [++REP] - by simo0000 - 19.07.2015, 20:41
Re: countdown help [++REP] - by DarkLored - 19.07.2015, 20:45
Re: countdown help [++REP] - by Glenn332 - 19.07.2015, 20:47
Re: countdown help [++REP] - by Glenn332 - 19.07.2015, 20:57
Re: countdown help [++REP] - by simo0000 - 19.07.2015, 20:58
Re: countdown help [++REP] - by Glenn332 - 19.07.2015, 21:00
Re: countdown help [++REP] - by simo0000 - 19.07.2015, 21:03
Re: countdown help [++REP] - by Glenn332 - 19.07.2015, 21:04

Forum Jump:


Users browsing this thread: 1 Guest(s)