I need Change name color in chatbox

Results 1 to 2 of 2
  1. #1
    Enthusiast skszone01 is offline
    MemberRank
    Oct 2014 Join Date
    44Posts

    I need Change name color in chatbox

    I need Change name color in chatbox
    I Use I-Bugz Source

    chat.png


  2. #2
    Member jay20224 is offline
    MemberRank
    Oct 2011 Join Date
    TaiwanLocation
    65Posts

    Re: I need Change name color in chatbox

    BasicTextBox.cpp (Change 0xFF,0x00,0x26,0xFF to other color code.)

    sTextWord.strWord = MLText[i].strLine.Mid ( strText.strHeader.GetLength() + 1, strText.strName.GetLength() - 2 );
    sTextWord.dwColor = D3DCOLOR_ARGB(0xFF,0x00,0x26,0xFF);
    m_pFont->GetTextExtent ( sTextWord.strWord.GetString(), strSize );
    sTextWord.strSize = strSize;



Advertisement