clock
#2

pawn Код:
SetTimer("RealHourUpdate", 1000, true);
You're calling this timer every second...? I think you want to call it every MINUTE, not every SECOND. So, change 1000 to 60000.

Timers are in milliseconds, so 500 is 500ms (which is 1/2 of a second). So, 30000 is 30 seconds, 60000 is 60 seconds (or one minute).

See if that helps. Your code is confusing the hell out of me, probably because I'm just now waking up.
Reply


Messages In This Thread
clock - by sscarface - 07.02.2013, 17:37
Re: clock - by Scenario - 07.02.2013, 17:41
Re: clock - by sscarface - 07.02.2013, 19:39
Re: clock - by Misiur - 07.02.2013, 20:07
Re: clock - by sscarface - 07.02.2013, 20:17
Re: clock - by Misiur - 07.02.2013, 20:28
Re: clock - by sscarface - 07.02.2013, 20:34
Re: clock - by Misiur - 07.02.2013, 21:05
Re: clock - by sscarface - 07.02.2013, 21:19

Forum Jump:


Users browsing this thread: 5 Guest(s)