[HELP]Textdraw Problems
#1

Hey.
I Want The Speedometer Textdraw And With Biger Fonts.
The Pictures Say All.
I Want It With Bigger Fonts And More To Right.
The Textdraw :
Quote:

APlayerData[playerid][SpeedometerText] = TextDrawCreate(500.0, 395.0, " ");
APlayerData[playerid][FuelGauge] = TextDrawCreate(500.0, 410.0, " ");
TextDrawFont(APlayerData[playerid][SpeedometerText], 2);
TextDrawFont(APlayerData[playerid][FuelGauge], 2);
TextDrawLetterSize(APlayerData[playerid][SpeedometerText], 0.260000, 1.100000);
TextDrawLetterSize(APlayerData[playerid][FuelGauge], 0.260000, 1.100000);

The Speedometer Is Here:


I Want It In This Area :


+1 Rep To That Guy As Fix It.
Reply
#2

For the font size edit
Quote:

TextDrawLetterSize(APlayerData[playerid][SpeedometerText], 0.260000, 1.100000);
TextDrawLetterSize(APlayerData[playerid][FuelGauge], 0.260000, 1.100000);

And for the movement edit the X in here and here
Quote:

APlayerData[playerid][SpeedometerText] = TextDrawCreate(500.0, 395.0, " ");
APlayerData[playerid][FuelGauge] = TextDrawCreate(500.0, 410.0, " ");

Adjust them manually, btw make the 500 greater in order for the textdraw to go more to the right.
Same for the letter size.
Reply
#3

Now I Only Needs To Change Size
Reply
#4

This one high lighted with red,Make it greater, >505 maybe
Quote:

APlayerData[playerid][SpeedometerText] = TextDrawCreate(500.0, 395.0, " ");
APlayerData[playerid][FuelGauge] = TextDrawCreate(500.0, 410.0, " ");

Reply
#5

For find textdraw position or size, you can try this link http://bsndesign.webs.com/tde.htm
Reply
#6

I Have Its Fixed Now
Here Is A Picture :
Reply
#7

if you change the Color's of the green fuel.
Reply
#8

Nope Want The Fuel Yellow Istead For Green.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)