27.04.2009, 11:10
You are flooding the server, you know?
Why update time ever 0,3 seconds if minutes only change every minute?
This is using less cpu.
And
you can change it to:
Using also less memory.
Код:
Timer = SetTimer("UpdateClock",300,1);
Код:
Timer = SetTimer("UpdateClock",60000,1);
And
Код:
new String[256];
Код:
new String[6];