[FilterScript] Vehicle Informations
#1

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
Reply
#2

That's perfect.

Note - Well done.

#March
Reply
#3

god for start
Reply
#4

Basic but very well done, +REP
Reply
#5

How did you make that box without sharp edges ?
Reply
#6

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);
Reply
#7

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

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

Thank you all.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)