19.04.2012, 03:37
(
Последний раз редактировалось Jonny5; 06.05.2012 в 16:23.
Причина: Updated to use an include instead. Using ALS hooking now
)
Update!
Okay today i give you a simple filterscript that will sync all players time.
It uses a textdraw to show the time.
Now this filter script can work in 2 different ways
First way:
You can sync all players time with your servers time,
one (in game) minute = one real minute.
Second way:
You can sync all the players time but like in single player mode
1 (in game minute) = 1 real world second.
To have way one uncomment
for way 2
TimeFormat Options:
Just uncomment to use 12 hour time format, if commented it will use 24 Hour time format.
enjoy.
Include - Latest Version Using ALS Hooks
FilterScript -Old Version Using Y_HOOKS
Credits to Twisted_Insane : this filterscript was a request he had.
- Not using Y_Hooks anymore
- Optional 12 hour time format
- Converted to an Include
- Options for the color/outline size of the time Texdraw
Okay today i give you a simple filterscript that will sync all players time.
It uses a textdraw to show the time.
Now this filter script can work in 2 different ways
First way:
You can sync all players time with your servers time,
one (in game) minute = one real minute.
Second way:
You can sync all the players time but like in single player mode
1 (in game minute) = 1 real world second.
To have way one uncomment
pawn Код:
#define SYNC_SERVER_TIME
pawn Код:
//#define SYNC_SERVER_TIME
TimeFormat Options:
Just uncomment to use 12 hour time format, if commented it will use 24 Hour time format.
pawn Код:
//#define USA_TIME_FORMAT
Include - Latest Version Using ALS Hooks
FilterScript -Old Version Using Y_HOOKS
Credits to Twisted_Insane : this filterscript was a request he had.