Live Time.
#2

why you dont use Gettime
https://sampwiki.blast.hk/wiki/Gettime
Код:
forward ClockUpdate();
public ClockUpdate()
{
    new Hour, Minute, Second;
    gettime(Hour, Minute, Second);
     printf("%02d:%02d:%02d", Hour, Minute, Second);
}
Reply


Messages In This Thread
Live Time. - by tiernantheman - 19.10.2012, 20:27
Re: Live Time. - by HuSs3n - 19.10.2012, 20:43
Re: Live Time. - by tiernantheman - 19.10.2012, 20:58

Forum Jump:


Users browsing this thread: 1 Guest(s)