Quantcast
Channel: Open DayZ Community
Viewing all articles
Browse latest Browse all 9028

Toggle Debug Monitor

$
0
0
Please help, I cant get my Debug monitor to toggle on/off.

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 =...
Toggle Debug Monitor

Viewing all articles
Browse latest Browse all 9028

Trending Articles