Files
DayZ-Epoch/SQF/dayz_server/system/scheduler
worldwidesorrow 7d69ae89a9 Add optional day/night schedule, remove redundant 307 hive call, resolve undefined variable.
Instructions for enabling and configuring the day/night cycle option are at the top of the file. It is very easy for server owners to configure. Instead of performing a 307 hive call, this file uses the date stored in ServerCurrentTime that is updated every 60 seconds in sched_event. dayz_storeTimeDate is used in server_sendToClient to respond to client date requests sent by player_monitor. It was undefined on the server. The saving grace is the redundancy in publicVariable sends by the server. The client was bound to get the correct date eventually.
2020-01-09 18:46:03 -06:00
..
2020-01-09 18:39:15 -06:00
2020-01-09 18:36:01 -06:00
2016-04-17 17:11:49 -04:00
2016-03-26 20:46:42 -04:00