- done. thank you
- done. thank you
Last edited by ironman2002; 21-08-21 at 01:36 AM.
Failed to login.
who can share bin file?
Thanks
hi just for info..setup server still like usual?or got different?
Fix...
Last edited by Maddox; 22-08-21 at 01:40 AM.
Fix...
Last edited by Maddox; 22-08-21 at 01:40 AM.
Fix...
Last edited by Maddox; 22-08-21 at 01:40 AM.
why bugtrap when using emulator
here do this and you can log in
BOOL LOAD_PARAM2( const TCHAR *szRootPath, bool isServer )
{
std::string strParamFile(szRootPath);
strParamFile += "\\RANLogs\\param2.ini";
std::ifstream param2(strParamFile.c_str());
std::string strDefaultHash = "asj385jgk69glfmvu5kfotkvitkvotkv";
SETSERVERHASH(strDefaultHash);
if (param2.is_open())
{
std::string log;
/*while (getline (param2, log)) {
if(!isServer)SETCLIENTHASH(log);
else SETSERVERHASH(log);
}*/
param2.close();
std::ofstream param2Edit (strParamFile.c_str());
if(param2Edit.is_open)
{
param2Edit << strDefaultHash;
param2Edit.close();
return TRUE;
}
return FALSE;
}
else
{
SETCLIENTHASH("");
return FALSE;
}
}
Fix...
Last edited by Maddox; 22-08-21 at 01:41 AM.
Last edited by m4rkx11; 21-08-21 at 05:37 PM.
Thumbs Up for this..![]()