10.01.2013, 15:17
For the font size edit
And for the movement edit the X in here and here
Adjust them manually, btw make the 500 greater in order for the textdraw to go more to the right.
Same for the letter size.
Quote:
|
TextDrawLetterSize(APlayerData[playerid][SpeedometerText], 0.260000, 1.100000); TextDrawLetterSize(APlayerData[playerid][FuelGauge], 0.260000, 1.100000); |
Quote:
|
APlayerData[playerid][SpeedometerText] = TextDrawCreate(500.0, 395.0, " "); APlayerData[playerid][FuelGauge] = TextDrawCreate(500.0, 410.0, " "); |
Same for the letter size.

