09.04.2010, 14:00
It uses a 640 x 480 screen res.
So with you wanting the textdraw under the money, you need to go all the way across (640 across, so try 610). The you want it to go a little bit down (480 max, so only set it to about 40).
With textdraws, it's sometimes helps to use trial and error. If too low at 40, use 45. Goodluck.
So with you wanting the textdraw under the money, you need to go all the way across (640 across, so try 610). The you want it to go a little bit down (480 max, so only set it to about 40).
With textdraws, it's sometimes helps to use trial and error. If too low at 40, use 45. Goodluck.
pawn Код:
TextDrawCreate( 610.0, 40.0, "KnowLedge RPG");

