12-23-2020, 07:39 PM
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

