[HELP]Textdraw Problems - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]Textdraw Problems (
/showthread.php?tid=406463)
[SOLVED]Textdraw Help -
KomplettMaster - 10.01.2013
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.
Re: [HELP]Textdraw Problems -
DaRk_RaiN - 10.01.2013
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.
Re: [HELP]Textdraw Problems -
KomplettMaster - 10.01.2013
Now I Only Needs To Change Size
Re: [HELP]Textdraw Problems -
DaRk_RaiN - 10.01.2013
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, " ");
|
Re: [HELP]Textdraw Problems -
blackbhuta - 10.01.2013
For find textdraw position or size, you can try this link
http://bsndesign.webs.com/tde.htm
Re: [HELP]Textdraw Problems -
KomplettMaster - 10.01.2013
I Have

Its Fixed Now

Here Is A Picture :
Re: [HELP]Textdraw Problems -
DerickClark - 10.01.2013
if you change the Color's of the green fuel.
Re: [HELP]Textdraw Problems -
KomplettMaster - 10.01.2013
Nope

Want The Fuel Yellow Istead For Green.