SA-MP Forums Archive
[FilterScript] Vehicle Informations - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Vehicle Informations (/showthread.php?tid=413542)



Vehicle Informations - Ranchand1998 - 05.02.2013

Hello! I did today my script vehicle informations. This script have informations about vehicle name, speed in kilometers per hour and health. Here is sreenshots.



This script have one command to enabled and disabled speedometer, it is /Speedometer.
And here is link to download this script. Have fun! This script do not require any plugins or includes.
http://www.solidfiles.com/d/547ac8a873/
http://pastebin.com/nPTDL0Ge


Re: Vehicle Informations - Alvon - 05.02.2013

That's perfect.

Note - Well done.

#March


Re: Vehicle Informations - sirvasy - 05.02.2013

god for start


Re: Vehicle Informations - JordanMaddox - 05.02.2013

Basic but very well done, +REP


Re: Vehicle Informations - DonWade - 05.02.2013

How did you make that box without sharp edges ?


Re: Vehicle Informations - Ranchand1998 - 06.02.2013

Thanks you all.
@DonWade, you must add dash in textdraw string without box to do this.
Код:
        TextDraw0 = TextDrawCreate(450.000000,100.000000,"-");
        TextDrawBackgroundColor(TextDraw0,30);
        TextDrawFont(TextDraw0,1);
        TextDrawLetterSize(TextDraw0,10.000000,50.000000);
        TextDrawColor(TextDraw0,0);
        TextDrawSetOutline(TextDraw0,1);
        TextDrawSetProportional(TextDraw0,1);



Re: Vehicle Informations - RajatPawar - 06.02.2013

The box without edges, is the most awesome thing I have seen. You deserve a rep for enlightening me about this.


Re: Vehicle Informations - Djean - 06.02.2013

I was looking for something like this 2 weeks ago.. Lol Good job.


Re: Vehicle Informations - Ranchand1998 - 06.02.2013

Thank you all.