SA-MP Forums Archive
Driven KMH textdraw - 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: Driven KMH textdraw (/showthread.php?tid=369205)



Driven KMH textdraw - jeremy8810 - 16.08.2012

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:
pawn Код:
APlayerData[playerid][SpeedometerText] = TextDrawCreate(500.0, 395.0, " ");
APlayerData[playerid][FuelGauge] = TextDrawCreate(500.0, 410.0, " ");
Let me know How I can do this the best...

Thanks


Re: Driven KMH textdraw - RedJohn - 16.08.2012

Is this what you want? https://sampforum.blast.hk/showthread.php?tid=91815