Additional Folders/Files in System

This commit is contained in:
icomrade
2016-02-27 22:34:50 -05:00
parent 3ba3781432
commit c034f43d0b
53 changed files with 22237 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#include "scheduler.hpp"
sched_newDay = {
HIDE_FSM_VARS
private "_day";
_day = round(360 * (dateToNumber date));
if(dayz_currentDay != _day) then {
dayz_sunRise = call world_sunRise;
dayz_currentDay = _day;
};
objNull
};