SA-MP Forums Archive
[FilterScript] Speedometer+GPS+Veh name. [In TD Box] - 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] Speedometer+GPS+Veh name. [In TD Box] (/showthread.php?tid=308587)



Speedometer+GPS+Veh name. [In TD Box] - [Nikk] - 04.01.2012

Hi people, i made this simple FS, based on tutorials, It's a box with others textdraws, contains, Speed, gps zone name and Vehicle name....

Enjoy!



Credits:

[Nikk] - Script
Zamaroth - TD Editor
LethaL - Zones


Download = Pastebin

Plase post any suggestion if you have one.


Re: Speedometer+GPS+Veh name. [In TD Box] - coole210 - 04.01.2012

Maybe add vehicle health or fuel?


Respuesta: Re: Speedometer+GPS+Veh name. [In TD Box] - [Nikk] - 04.01.2012

Quote:
Originally Posted by coole210
View Post
Maybe add vehicle health or fuel?
Meabe vehicle Health, thanks, But fuel ? mmmm i gonna to think that xD.


Re: Speedometer+GPS+Veh name. [In TD Box] - $HANI_DON - 04.01.2012

gud but i will not add
i think it should be 6/10


Respuesta: Speedometer+GPS+Veh name. [In TD Box] - [Nikk] - 04.01.2012

Thanks.


Re: Speedometer+GPS+Veh name. [In TD Box] - geerdinho8 - 04.01.2012

Not bad but i don't like the size + colours

7/10


Re: Speedometer+GPS+Veh name. [In TD Box] - thewarrior - 04.01.2012

Can you add the comand /speed to show and hide the speedometer pls?


Respuesta: Re: Speedometer+GPS+Veh name. [In TD Box] - [Nikk] - 04.01.2012

Quote:
Originally Posted by thewarrior
View Post
Can you add the comand /speed to show and hide the speedometer pls?
Here you got, add this in the FS:

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp("/speed", cmdtext, true))
    {
    TextDrawHideForPlayer(playerid,Speed_Meter_Textdraw);
     return 1;
    }
  return 0;
}
I think what is like that, but try, i dont tested.


Re: Speedometer+GPS+Veh name. [In TD Box] - thewarrior - 04.01.2012

If you have time can you add this and test :P its really good script


Re: Speedometer+GPS+Veh name. [In TD Box] - ang12123 - 08.01.2012

The script is not working , im driving the car but the speed on speedometer remains 0 .