SA-MP Forums Archive
How to make speedometr? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to make speedometr? (/showthread.php?tid=101567)



How to make speedometr? - user226 - 11.10.2009

hello everybody, i needed help..
How to make speedometr in textdraw?
i created texdraw,but i not know how make so show mph.. please help..
Quote:

Textdraw0 = TextDrawCreate(123.000000,370.000000,"mp/h:");
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x00ff0033);
TextDrawFont(Textdraw0,3);
TextDrawLetterSize(Textdraw0,0.699999,1.200000);
TextDrawColor(Textdraw0,0xffff00ff);
TextDrawSetShadow(Textdraw0,1);




Re: How to make speedometr? - Farsek - 11.10.2009

http://pawno.pastebin.com/f40c7d92f

Vehicle Stats Display(Speedometer) by Seif with your TD