System is done (i think)

This commit is contained in:
icomrade
2016-02-28 15:28:59 -05:00
parent c034f43d0b
commit a83909b918
15 changed files with 3945 additions and 2051 deletions

View File

@@ -1,3 +1,10 @@
// moved to dayz_code/system/scheduler/sched_playerActions.sqf
// moved to dayz_code/system/scheduler/sched_spawncheck.sqf
// moved to dayz_code/system/scheduler/sched_newDay.sqf
/*
private ["_handle","_cursor","_delMe","_first","_town","_day","_world","_nearestCity"];
_timer = diag_tickTime;
_timer1 = diag_tickTime;
@@ -72,4 +79,5 @@ while {true} do {
//wait
uiSleep 0.001;
};
};
*/