19.04.2009, 14:48
Remi-X Time Tools
[RXTT]
_________________________________________________[RXTT]
Hi everybody!
About this filterscript:
-Ingame clock, working in servertime, in seconds.
-If it is night in your server time, than will it be also ingame night.
-A random weather script, that will change the weather every hour.
-The weather is based on the seasons, so if it's summer, you don't get winter weather.
-There are no bullshit weathers, like the darkest weather ever.
-The clock works on servertime, with seconds. It has the same place and size as the normal clock in San Andreas.
-There is also a simple date, only without the year. Beacause I dont know where to place the year nice

-If it's month 4, the game says April.
-The WorldTime change also, so if someone chek your server values, he see also the hour.
-There is a SetPlayerTime, so every minute will the daytime changed.
What's coming?
-For V2.1, a place for the yeartextdraw.
_________________________________________________
-DOWNLOAD
Note: This one is compiled with the 0.3a server.


Pastebin.
_________________________________________________
SCREEN:
Only from the very simple time textdraw.

Here it is April, in september the text wil reach the 3 at his end.
The web link isn't included with this FS.
Suggestions? Post it

Have fun

PS: Again, sorry for my bad english. If a have faults in my text, please help me to correct it

_________________________________________________
[size=8pt]
Older versions (Compiled with the 0.2X server):
It's better to use the newest version.
--V1.3


Pastebin
Please edit lines 233 and 582, the SetWorldTime into this:
pawn Code:
if(ServerHour == 22){SetWorldTime(22);}
else{SetWorldTime(ServerHour);}
--V1.2


Pastebin
--V1.1


Pastebin
--V1.0
Pastebin