Dont see Online players in CurrPlayer

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Dont see Online players in CurrPlayer

    Dont see Online players in CurrPlayer ..
    help.


  2. #2
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Dont see Online players in CurrPlayer

    post a picture for the problem I didn't understand ;$ .. do u mean in the website ?!

  3. #3
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: Dont see Online players in CurrPlayer

    Fixed.

  4. #4
    Enthusiast kahyau is offline
    MemberRank
    Aug 2011 Join Date
    32Posts

    Re: Dont see Online players in CurrPlayer

    how do you fix that?

  5. #5
    Account Upgraded | Title Enabled! hotgame is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    305Posts

    Re: Dont see Online players in CurrPlayer

    Here that a fix :
    MMatchServer.cpp
    Find and comment out like me :
    #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



Advertisement