SA-MP Forums Archive
[FilterScript] [FS] RealClock - RealTime [v1.2] - BUGS FIXED - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] RealClock - RealTime [v1.2] - BUGS FIXED (/showthread.php?tid=60108)



[FS] RealClock - RealTime [v1.2] - BUGS FIXED - [NL]Bank - 01.01.2009

[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.


Re: [FS] RealClock - RealTime - ThaYuriShit - 01.01.2009

^^

Yeah thxs man

I need it xd



Re: [FS] RealClock - RealTime - Towelie - 01.01.2009

congrats.
using it, looks really cool


Re: [FS] RealClock - RealTime - introzen - 01.01.2009

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


Re: [FS] RealClock - RealTime - [NL]Bank - 02.01.2009

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.


Re: [FS] RealClock - RealTime - nikofin - 17.01.2009

26 errors in compile..


Re: [FS] RealClock - RealTime - ICECOLDKILLAK8 - 17.01.2009

About 10 of these have already been made


Re: [FS] RealClock - RealTime - Mr. M - 07.02.2009

Dead links, reupload please


Re: [FS] RealClock - RealTime - Martin_Robinson - 07.02.2009

Reupload please.
Links are dead.


Re: [FS] RealClock - RealTime - [MF]FACE - 08.02.2009

^
|
|

pls reupload


Re: [FS] RealClock - RealTime - oOChazyBoyOo - 08.02.2009

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


Re: [FS] RealClock - RealTime - Crony - 08.02.2009

REUPLOAD plesea....


Re: [FS] RealClock - RealTime - [NL]Bank - 12.02.2009

-----


Re: [FS] RealClock - RealTime - Andom - 27.04.2009

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.


Re: [FS] RealClock - RealTime - luxeon - 27.04.2009

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


Re: [FS] RealClock - RealTime - [nl]daplayer - 29.04.2009

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


Re: [FS] RealClock - RealTime [v1.2] - BUGS FIXED - [NL]Bank - 13.02.2010

Bugs fixed and reuploaded.