error password

Results 1 to 5 of 5
  1. #1
    Enthusiast Tiago Pedro is offline
    MemberRank
    Oct 2012 Join Date
    34Posts

    error password

    Hi guys.

    My client Have one error stupid...
    E make my password error and dont go to panel.





  2. #2
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

  3. #3
    Enthusiast Tiago Pedro is offline
    MemberRank
    Oct 2012 Join Date
    34Posts

    Re: error password

    Solaire is
    CSCommon > MServer.cpp

    case MC_NET_CLEAR:
    {
    if (pCommand->GetSenderUID() != MUID(0, 2)) {
    // Not sent by server
    break;
    }

    MUID uid;
    if (pCommand->GetParameter(&uid, 0, MPT_UID)==false) break;
    OnNetClear(uid);
    return true;
    }
    break; ?

  4. #4
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: error password

    Quote Originally Posted by Tiago Pedro View Post
    Solaire is
    CSCommon > MServer.cpp

    case MC_NET_CLEAR:
    {
    if (pCommand->GetSenderUID() != MUID(0, 2)) {
    // Not sent by server
    break;
    }

    MUID uid;
    if (pCommand->GetParameter(&uid, 0, MPT_UID)==false) break;
    OnNetClear(uid);
    return true;
    }
    break; ?
    That's one, you also need the 13th patch.

  5. #5
    Enthusiast Tiago Pedro is offline
    MemberRank
    Oct 2012 Join Date
    34Posts

    Re: error password

    Ok i test now.

    Yap, fixed Ty you guy.



Advertisement