mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
Add some logging from variables
This commit is contained in:
@@ -85,6 +85,6 @@ sched_animals = {
|
||||
};
|
||||
};
|
||||
};
|
||||
// diag_log format [ "%1: update animals. local: %5, global: %6 fps: %2 -> %3%4",__FILE__, _min, diag_fpsmin,if (diag_fpsmin < 10) then {"!! <<<<<<<<<<<<<<<<<<<"} else {""}, _count, _global ];
|
||||
if (DZE_schedDebug == 1) then {diag_log format [ "%1: update animals. local: %5, global: %6 fps: %2 -> %3%4",__FILE__, _min, diag_fpsmin,if (diag_fpsmin < 10) then {"!! <<<<<<<<<<<<<<<<<<<"} else {""}, _count, _global ];};
|
||||
objNull
|
||||
};
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
sched_antiTP_init = {
|
||||
diag_log [ diag_ticktime, __FILE__, "Anti Teleport inited"];
|
||||
if (DZE_schedDebug == 1) then {diag_log [ diag_ticktime, __FILE__, "Anti Teleport inited"];};
|
||||
[true, [], 0, 0, objNull, respawn_west_original]
|
||||
};
|
||||
|
||||
|
||||
@@ -63,4 +63,4 @@ if (count _list == 0) then {
|
||||
};
|
||||
_list execFSM (_base+"scheduler.fsm");
|
||||
|
||||
diag_log [ diag_tickTime, __FILE__, "Scheduler started"];
|
||||
//diag_log [ diag_tickTime, __FILE__, "Scheduler started"];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// (c) facoptere@gmail.com, licensed to DayZMod for the community
|
||||
|
||||
sched_security_init = {
|
||||
diag_log [ diag_ticktime, __FILE__, "Some security routines inited"];
|
||||
if (DZE_schedDebug == 1) then {diag_log [ diag_ticktime, __FILE__, "Some security routines inited"];};
|
||||
[ "", time, 0, 0, grpNull ]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user