[FilterScript] [FS] RealClock - RealTime [v1.2] - BUGS FIXED
#1

[FS]RealClock
_________________________________________________
This is a clock that shows the time of the server.

NEW [v1.2]:
Bugs fixed.
Every hour a 'The time is now' console message.

Screenshot(s):
[IMG width=170 height=120]http://i47.tinypic.com/ao4bhj.jpg[/img]

Downloads:
Pastebin - v1.2


SOON:
v2.0 - With GeoIP.

_________________________________________________
Found a bug? PM me.
Reply
#2

^^

Yeah thxs man

I need it xd
Reply
#3

congrats.
using it, looks really cool
Reply
#4

If I understood this. This shows the real time as server time. What GMT is it?
Reply
#5

Quote:
Originally Posted by IntrozeN
If I understood this. This shows the real time as server time. What GMT is it?
The GMT is the GMT of you server.
Reply
#6

26 errors in compile..
Reply
#7

About 10 of these have already been made
Reply
#8

Dead links, reupload please
Reply
#9

Reupload please.
Links are dead.
Reply
#10

^
|
|

pls reupload
Reply
#11

nice alot of people would like to use it in ther servers
Reply
#12

REUPLOAD plesea....
Reply
#13

-----
Reply
#14

You are flooding the server, you know?

Код:
Timer = SetTimer("UpdateClock",300,1);
Why update time ever 0,3 seconds if minutes only change every minute?

Код:
Timer = SetTimer("UpdateClock",60000,1);
This is using less cpu.

And

Код:
new String[256];
you can change it to:

Код:
new String[6];
Using also less memory.
Reply
#15

Quote:
Originally Posted by Andom
You are flooding the server, you know?

Код:
Timer = SetTimer("UpdateClock",300,1);
Why update time ever 0,3 seconds if minutes only change every minute?

Код:
Timer = SetTimer("UpdateClock",60000,1);
This is using less cpu.

And

Код:
new String[256];
you can change it to:

Код:
new String[6];
Using also less memory.
it possibly can not be 60000 ms, because you cant start your server exactly at xx:nn, so if it will be 01:30, it will still show you 01:29, with up to 59999 ms mistake !
Thou you should change the timer to 20000

Luxeon
Reply
#16

nice, maybe you could implent GeoIp so poeple see the time of their own country
Reply
#17

Bugs fixed and reuploaded.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)