23.05.2011, 20:57
(
Последний раз редактировалось Admigo; 17.02.2018 в 07:50.
Причина: New Version
)
Hi All,
I finally made my first filterscript.
Info
This Filterscript uses 2 textdraws that showing the time(Not realtime) and day(Not realday).
About the time : Every hour takes 60 seconds(IRL)
About the days :The days will be changed after 24 hours and if the week is passed it just starts over again.
The system is similar like the one in singleplayer.(Only the gametime)
To change the colours of the textdraws just change the hex colour at top of the script:
Commands
Important:To use this commands make sure you are rcon logged in
Changelog
Videos
1.3
[ame]www.youtube.com/watch?v=JQwzSQxiJ4g[/ame]
1.2
[ame]www.youtube.com/watch?v=XmdswuIMcvk[/ame]
Download
1.3
DOWNLOAD
Bugs
Credits
If you have any suggestions to improve this filterscript tell me. Your feedback is welcome.
Admigo
I finally made my first filterscript.
Info
This Filterscript uses 2 textdraws that showing the time(Not realtime) and day(Not realday).
About the time : Every hour takes 60 seconds(IRL)
About the days :The days will be changed after 24 hours and if the week is passed it just starts over again.
The system is similar like the one in singleplayer.(Only the gametime)
To change the colours of the textdraws just change the hex colour at top of the script:
pawn Код:
#define COLOR_TIME 0xFFFFFFFF //Change the colour of the time textdraw here
#define COLOR_DAY 0xFFFFFFFF //Change the colour of the day textdraw here
pawn Код:
/settime (Hour) (Minute)
/setday (Day)//0=Sunday 1=Monday 2=Tuesday 3=Wednesday 4=Thursday 5=Friday 6=Saturday
Changelog
Код:
1.3 - Added a Simple Smooth Lighting System 1.2 - Added WorldTime - Added /settime (Hour) (Minute) command - Added /setday (Dayid) command - Improved the 1 second timer - Improved the script view 1.1 - Added Day Textdraw - Added Week System for Days 1.0 - Added Time Textdraw - Added 1 Second timer for Time Textdraw
1.3
[ame]www.youtube.com/watch?v=JQwzSQxiJ4g[/ame]
1.2
[ame]www.youtube.com/watch?v=XmdswuIMcvk[/ame]
Download
1.3
DOWNLOAD
Bugs
Код:
No bugs spotted.
Код:
****** - sscanf Ken97 - For the lighting suggestion Admigo - Scripting
Admigo