[FilterScript] Speedometer+GPS+Veh name. [In TD Box]
#1

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

Maybe add vehicle health or fuel?
Reply
#3

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.
Reply
#4

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

Thanks.
Reply
#6

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

7/10
Reply
#7

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

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.
Reply
#9

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)