LCKB
Remove or change logout timmer - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Tutorials & Guides (https://lckb.dev/forum/forumdisplay.php?fid=124)
+----- Forum: Ep4 Guides (https://lckb.dev/forum/forumdisplay.php?fid=125)
+----- Thread: Remove or change logout timmer (/showthread.php?tid=4676)



- cooldude - 12-23-2020


Open this file in your client source: StageGamePlay.cpp

Find this in the code:

m_dwRemainTime = 10;// edit this to the amount of time in seconds that you want
break;
default:
m_dwRemainTime = 0;
break;
}

Change this line:

m_dwRemainTime = 10;// edit this to the amount of time in seconds that you want

If you don't want any time just set it to 0