How to put 3d name in my char ?
[Only registered and activated users can see links. Click Here To Register...] like this
[Only registered and activated users can see links. Click Here To Register...] like this
Nice :DQuote:
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 ?Quote:
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.