because my server this not counting the players online, someone already passed the problem and can help me.
because my server this not counting the players online, someone already passed the problem and can help me.
which gunz are you using 2008 or 1.5??
1.5, everything is working properly, but this not.
ok do you have team viewer???
add me on skype : designer_mado
you do not know what do I do, what's happening, when player enters not updating this table CurrOnline I think.
ik the problem, need to uncomment a line for KOR build
In MMatchServer.cpp find and change look like this :
#ifdef LOCALE_KOREA
int nNatePlayer = 0;
for(MMatchObjectList::iterator iter = m_Objects.begin(); iter != m_Objects.end(); iter++)
{
MMatchObject* pObj = (MMatchObject*)iter->second;
if( pObj->GetAccountInfo()->m_nCCode == 30 ) { nNatePlayer++; }
}
// bResult = m_MatchDBMgr.UpdateServerStatus(MGetServerConfig()->GetServerID(), nCurPlayer, nNatePlayer);//Gun edit DB error
//#else
bResult = m_MatchDBMgr.UpdateServerStatus(MGetServerConfig()->GetServerID(), nCurPlayer);
#endif
solved.