07.08.2012, 01:34
Hello,
i have problem with timer. I guess someone wrong on count. timer going like a 1 2 3 5 6 7 9 .. So sometimes server adding extra +1 sec. How can i fix this?
Out: 07.08.2012 04:04,21
i have problem with timer. I guess someone wrong on count. timer going like a 1 2 3 5 6 7 9 .. So sometimes server adding extra +1 sec. How can i fix this?
Код:
timerDate = SetTimer("DateCheck", 1000, 1);
Код:
.. getdate(s_year, s_month, s_day); gettime(ccurHour, ccurMinute, ccurSecond); format(timestr,128,"%02d.%02d.%02d %02d:%02d,%02d"s_day,s_month,s_year,ccurHour, ccurMinute, ccurSecond); TextDrawSetString(txtTimeDisp,timestr); ..