[FilterScript] Speedometer Basic - 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 Basic (
/showthread.php?tid=406461)
Speedometer Basic -
Diogo123 - 10.01.2013
Hey guys.
Today I bring a project the speedometer for dm /tdm /stunt /4fun servers.
So it shows nothing more speed.
By min cool because.I thought he is not like most that runs on gasoline among other location.

Download :
Removed ..

Credits :
-Diogo123 FS
-Misco stock GetPlayerSpeed
-Gamer_z Edit stock GetPlayerSpeed
Version : 1.0
Tranks ^^
sorry for my bad english 
Re: Speedometer Basic -
ZeCriMz - 10.01.2013
Nice!!!!
Re: Speedometer Basic -
Diogo123 - 10.01.2013
Quote:
Originally Posted by ZeCriMz
Nice!!!! 
|
Tranks

^^
Re: Speedometer Basic -
x96664 - 10.01.2013
It's really simple, but nice. Ideas for updates: carname and mph meter too.
Re: Speedometer Basic -
wups - 10.01.2013
Its alright, but this part is pointless:
pawn Код:
if (!speed || speed < 0)
{
TextDrawSetString(VELO[i], " 0 km/h");
}
TextDrawSetString(VELO[i], estr);
Re: Speedometer Basic -
Diogo123 - 10.01.2013
Quote:
Originally Posted by x96664
It's really simple, but nice. Ideas for updates: carname and mph meter too.
|
Thanks in next version will put his idea into practice.
Quote:
Originally Posted by wups
Its alright, but this part is pointless:
pawn Код:
if (!speed || speed < 0) { TextDrawSetString(VELO[i], " 0 km/h"); } TextDrawSetString(VELO[i], estr);
|
this step will go unnoticed fix in the next version
Re: Speedometer Basic -
VanityGamingCSRP - 10.01.2013
Thanks dude, this really helped me a lot, only thing i found is it kept on getting a bit buggie but i managed to fix that myself. CHEERS! Saved me a lot of time!
Re: Speedometer Basic -
Diogo123 - 10.01.2013
Quote:
Originally Posted by VanityGamingCSRP
Thanks dude, this really helped me a lot, only thing i found is it kept on getting a bit buggie but i managed to fix that myself. CHEERS! Saved me a lot of time!
|
nothing and I've searched this type fs but not found then decided to do my post and for everyone to be able to help and clear.