Help me with this (floatround/timer/countdown)
#3

You can get hours with this function..
pawn Код:
stock CountDown(hours, countdown)
{
    new count = countdown - gettime();
    while(count > 3600)
    {
        hours ++;
        count = count - 3600;
    }
    return true;
}
Reply


Messages In This Thread
Help me with this (floatround/timer/countdown) - by ToiletDuck - 16.10.2013, 03:17
Re: Help me with this (floatround/timer/countdown) - by ]Rafaellos[ - 16.10.2013, 03:23
Re: Help me with this (floatround/timer/countdown) - by iZN - 16.10.2013, 03:30

Forum Jump:


Users browsing this thread: 1 Guest(s)