16.08.2012, 07:48
Can anyone tell me how I can create a textdraw above my speed-meter? The driven KMH are saved in a *playername*.ini file in the Scriptfiles>serverdata>players>*playername*.ini
then on line 10 I have: StatsMetersDriven 826.186706 for example
And I want just with whitle letters: Driven KMH: XXX.XXX
I want them above my speed and fuel meter on entering a vehicle. Is there a tool to do this?
This are my speed and fuel coordinats:
Let me know How I can do this the best...
Thanks
then on line 10 I have: StatsMetersDriven 826.186706 for example
And I want just with whitle letters: Driven KMH: XXX.XXX
I want them above my speed and fuel meter on entering a vehicle. Is there a tool to do this?
This are my speed and fuel coordinats:
pawn Код:
APlayerData[playerid][SpeedometerText] = TextDrawCreate(500.0, 395.0, " ");
APlayerData[playerid][FuelGauge] = TextDrawCreate(500.0, 410.0, " ");
Thanks