SA-MP Forums Archive
[FilterScript] [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - 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] [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- (/showthread.php?tid=39450)

Pages: 1 2


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - asteroid - 05.01.2009

Sug , add a km/h version. Most of us are europeans whith km/h speedo type.


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - x-cutter - 05.01.2009

Would be better if it displayed in mph and in km/h both at the same time, or a toggle with a command


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Backwardsman97 - 08.01.2009

Under the function where it gets the player's speed, you can change the type of speed to km.


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Shadow_ - 05.05.2009

Reupload pastebin link!


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Backwardsman97 - 06.05.2009

Quote:
Originally Posted by ShadowMcFartPants!
Reupload pastebin link!
Done


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Shadow_ - 06.05.2009

no need for the .inc shit, just take out the last line and if you carn't do it i will re-write your code so you don't need it?


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Backwardsman97 - 06.05.2009

Im gonna rewrite this in a little bit without the inc. Ill also make it a little bit more efficient.


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Shadow_ - 07.05.2009

cool


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Blt950 - 02.07.2009

Quote:
Originally Posted by Backwardsman97
Im gonna rewrite this in a little bit without the inc. Ill also make it a little bit more efficient.
You maybe could add kilometers/per hour too then?


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - paweltbg94 - 02.07.2009

Good job. Thx


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Jimmy1 - 04.07.2009

Nice


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - maniac001 - 05.08.2009

What Is The Problem?






Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - Shadow_ - 07.08.2009

seems to mee like you have some other textdraws... and when you have done /rcon gmx or restarted the server, they have messed each other up... so, either use a filterscript and dont load it untill you getinto the server and doo /rcon loadfs or make a stupid textdraw like ahead of all of the others

Код:
new Text:stupid;
new Text:alloftheotherones;

OnGamemodeinit() {

stupid = TextDrawCreate(rawrrawrrawr)
alloftheotherones = TextDrawCreate(decentplaces)
i thinks if you doo that properly it should work xD


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - RayPoda - 07.08.2009

Pretty cool.


Re: [FS] Backwards's Vehicle System - Speedometer and Vehicle Health- - nuriel8833 - 07.08.2009

Cool Tanks XD