Lv -- for AD,SD,GM

Results 1 to 3 of 3
  1. #1
    Member kubom21 is offline
    MemberRank
    Jun 2009 Join Date
    99Posts

    Lv -- for AD,SD,GM

    Hello Guys ! I don't want to show lv for Grade AD,SD,GM in Stage,Lobby,GameRoom and finish score board.
    I want lv -- for AD,SD,GM. Can anyone help me with this?
    Thanks you !


  2. #2
    Hi, Im Ryuzu yerij007 is offline
    MemberRank
    Oct 2011 Join Date
    Behind You!Location
    311Posts

    Re: Lv -- for AD,SD,GM

    ZGameClient Follow

    Code:
    IsAdminName
    and UnMask Them

    Like now is
    %d%s

    Like You Want
    --%s

    Like Button

  3. #3
    Member kubom21 is offline
    MemberRank
    Jun 2009 Join Date
    99Posts

    Re: Lv -- for AD,SD,GM

    Can't found it IsAdminName in ZGameClient.cpp or .h. Just in ZCombatInterface.cpp.
    if(pCharacter->IsAdminName()) {
    sprintf(pItem->szName,"--%s %s", ZMsg(MSG_CHARINFO_LEVELMARKER), pCharacter->GetUserName());
    }
    else {
    sprintf(pItem->szName,"%d%s %s",pCharacter->GetProperty()->nLevel, ZMsg(MSG_CHARINFO_LEVELMARKER), pCharacter->GetUserName());
    }



Advertisement