mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
while {true} do {
|
|
diag_log format["SERVER FPS: %1 PLAYERS: %2",diag_fps,playersNumber west];
|
|
//diag_log format["SERVER FPS: %1 PLAYERS: %2 OBJECTS: %3",diag_fps,playersNumber west,count (allMissionObjects "")]; // very intensive
|
|
uiSleep 360;
|
|
};
|