Quote:
Originally Posted by RaptoxxD
Go to your neuz project, go to MoverRender.cpp and search for this one:
Code:
// ¸í¼º¿¡ µû¸¥ »öÇ¥½Ã.
#if __VER >= 13 // __HONORABLE_TITLE
Go one line below and add this:
Code:
if( IsAuthHigher(AUTH_ADMINISTRATOR)) // fnL
{
dwColor = 0xff9e054d;
}
else if( IsAuthHigher(AUTH_GAMEMASTER))
{
dwColor = 0xff1d8fca;
}
|
So you think that he got your Code?
The Color is already there but Not the right one.
Search for : COLOR_ADMINISTRATOR
It's in Mover.cpp i think.
The Last 6 "Words/Keys" (after 0xFF) is the Color ingame, use a Hex-Color tbl in the Web TK create another Color