mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
System is done (i think)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
*/
|
||||
Reference in New Issue
Block a user