[Need] 3D Name

08/19/2016 04:34 Houyi201cz#1
How to put 3d name in my char ?
[Only registered and activated users can see links. Click Here To Register...] like this
08/19/2016 09:50 alfredico#2
CMover::RenderName
pFont->DrawText(X, Y, COLOR, TEXT);
pFont->DrawText(X - 1, Y - 1, COLOR2, TEXT);

Render the name again with 1 pixel moved, where color2 is the shadow color.
08/20/2016 03:06 Houyi201cz#3
Quote:
Originally Posted by alfredico View Post
CMover::RenderName
pFont->DrawText(X, Y, COLOR, TEXT);
pFont->DrawText(X - 1, Y - 1, COLOR2, TEXT);

Render the name again with 1 pixel moved, where color2 is the shadow color.
Nice :D

Quote:
Originally Posted by alfredico View Post
CMover::RenderName
pFont->DrawText(X, Y, COLOR, TEXT);
pFont->DrawText(X - 1, Y - 1, COLOR2, TEXT);

Render the name again with 1 pixel moved, where color2 is the shadow color.
But how to make only the gm name ?
MoveRender
else if( m_dwAuthorization == AUTH_ADMINISTRATOR )
dwColor = COLOR_ADMINISTRATOR;
Move.h
#define COLOR_ADMINISTRATOR 0xff01FF30 // Administrator