Update server_monitor

This commit is contained in:
ebaydayz
2016-03-26 20:46:42 -04:00
parent e435d41f6c
commit cfff2454aa
22 changed files with 361 additions and 480 deletions

View File

@@ -45,6 +45,7 @@ sched_lootpiles_5m = {
sched_lootpiles = {
private ["_plrBatch","_chunkSize","_imax","_plr","_i","_x", "_changed"];
// EVERY 5 MINUTES, ONE OF THESE TASKS SPACED BY 5 SECONDS:
if (DZE_DiagFpsSlow) then {call dze_diag_fps;};
// LOOK FOR OLD LOOTPILES -OR- IGNORE LOOTPILES NEAR _plrBatch PLAYERS -OR- REMOVE REMAINING _chunkSize LOOTPILES
_chunkSize = 50;
_plrBatch = 10;