Please help, I cant get my Debug monitor to toggle on/off.
Anyone have any ideas?
Toggle Debug Monitor
Anyone have any ideas?
Code:
waitUntil {sleep 1;(!isNil "PVDZ_plr_LoginRecord")}; waitUntil {sleep 1;(!isNil 'dayz_Totalzedscheck') || (!isNil 'dayz_locationCheck') || (!isNil 'dayzplayerlogin') || (!isNil 'dayz_animalcheck')}; showChat = true; if (isNil "custom_monitor") then {custom_monitor = true;} else {custom_monitor = !custom_monitor;}; fnc_debug = { custom_monitor = true; while {custom_monitor} do { _logo =...