Blue clan mark BUG !

Results 1 to 8 of 8
  1. #1
    Enthusiast tazone123 is offline
    MemberRank
    Feb 2010 Join Date
    29Posts

    Blue clan mark BUG !

    how to remove clan mark from the normal player??


  2. #2
    Enthusiast sagor is offline
    MemberRank
    Apr 2013 Join Date
    46Posts

    Re: Blue clan mark BUG !

    Same issue!

  3. #3
    Enthusiast Dreamzy is offline
    MemberRank
    Apr 2013 Join Date
    33Posts

    Re: Blue clan mark BUG !

    Same its annoying can't find it anywhere

  4. #4
    Enthusiast tazone123 is offline
    MemberRank
    Feb 2010 Join Date
    29Posts

    Re: Blue clan mark BUG !

    this is werid problem... how to fix it?

  5. #5
    Enthusiast sagor is offline
    MemberRank
    Apr 2013 Join Date
    46Posts

    Re: Blue clan mark BUG !

    This probably won't show it even if you're in a clan. But search the code below and add the comments like I have and you should no longer see it.

    Code:
        // CLAN TAG
    /*    if(!NetworkLocal && hudMain)
        {
            if(m_ClanIcon.IsUndefined() && CGL.localPlayer_ && ClanID == CGL.localPlayer_->ClanID)
            {
                char plrUserName[256]; GetUserNameAndClanTag(plrUserName);
                hudMain->addClanTag(plrUserName, m_ClanIcon);
            }
    
            if(!m_ClanIcon.IsUndefined())
            {
                bool showTag = true;
                bool showName = (this->GetSafeID() == m_LocalPlayer_CurrentAimAt)?true:false;
                bool alwaysShow = true;
    
                if(bDead)
                    showTag = false;
    
                hudMain->setUserIconTextVisible(m_ClanIcon, showName);
                hudMain->moveUserIcon(m_ClanIcon, GetPosition()+r3dPoint3D(0,2.0f,0), alwaysShow);
            }
        }*/

  6. #6
    Enthusiast tazone123 is offline
    MemberRank
    Feb 2010 Join Date
    29Posts

    Re: Blue clan mark BUG !

    what the result of this code? close clan system or just delete mark ?

  7. #7
    Enthusiast sagor is offline
    MemberRank
    Apr 2013 Join Date
    46Posts

    Re: Blue clan mark BUG !

    Commenting out that code will just remove the blue mark in-game.

  8. #8
    Enthusiast tazone123 is offline
    MemberRank
    Feb 2010 Join Date
    29Posts

    Re: Blue clan mark BUG !

    thank a lot.



Advertisement