Hellp me change color name ADM for Black in Sorce pls
#define COLOR_ADMINISTRATOR 0xffAE2D2D // <---- Here you need put your color in hex.
if( m_dwAuthorization >= AUTH_ADMINISTRATOR ) // Admin color
dwColor = COLOR_ADMINISTRATOR;
if(m_dwAuthorization >= AUTH_ADMINISTRATOR)
{
CString strName;
strName = szName;
strName += " [Admin]";
strcpy( szName, (LPCTSTR)strName );
}
#define COLOR_GAMEMASTER 0xff // <- color hex code... #define COLOR_ADMINISTRATOR 0xff9e1021 // <- bad red in my case //
Using German words while communicating with an english person..Quote:
Wop Lumi war schneller xD
Look for
Change it to your Color you wanted...Code:#define COLOR_GAMEMASTER 0xff // <- color hex code... #define COLOR_ADMINISTRATOR 0xff9e1021 // <- bad red in my case //
#Please Use SUFU next time
~Shinji