Question Concerning Text
That_One_Guy
Join Date: 2003-06-26 Member: 17718Members
In NS(and I've noticed this in DGP also), when you type something it puts it smack dab in the middle left side of the screen, instead of the lower left like in CS/TS/DoD etc. Is there a way to move it to the lower left because frankly it's getting annoying to have people typing while you're trying to aim.
Comments
mine is at the bottom left of the screen :/
so basically it's kind of like this
lame attempt at my screen.
------------------------------------------------
Where it is
Where it should be
------------------------------------------------
I'll post a screenshot later.
So when someone types out something long, it will extend into my crosshair.
If its something like 640x480 the text may cause problems
if ( ScreenHeight >= 480 )
Y_START = ScreenHeight - 60;
else
Y_START = ScreenHeight - 45;
Y_START -= (line_height * (MAX_LINES+1));
Yeah that did explain everything actually Firestorm.