SA-MP Forums Archive
[Tutorial] Creating A Basic Speedometer - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Creating A Basic Speedometer (/showthread.php?tid=187284)

Pages: 1 2


Re: Creating A Basic Speedometer - Steven82 - 14.07.2011

Quote:
Originally Posted by Disturbed-
View Post
Well this isn't a tutorial because of the fact it doesn't explain nothing AT ALL.
You sure? Check again.


Re: Creating A Basic Speedometer - stefan2105 - 14.07.2011

It's very nice.I tried it out.
Love it. ^^


Re: Creating A Basic Speedometer - Sil3nc3 - 15.07.2011

I'd like to make it so it's in that same spot on the right side and a label above it, what would I adjust and how?


Re: Creating A Basic Speedometer - Vipero - 15.07.2011

Quote:
Originally Posted by Disturbed-
View Post
Well this isn't a tutorial because of the fact it doesn't explain nothing AT ALL.
Yes it does. Actually look at the code itself.


Re: Creating A Basic Speedometer - SloStunter - 04.11.2011

i'll try it.


Re : Creating A Basic Speedometer - Alvin007 - 05.11.2011

it's very nice , i would create one for my server , using a better and realistic textdraw.


Re: Creating A Basic Speedometer - Admigo - 05.11.2011

How to make this in km/h?


Re: Creating A Basic Speedometer - Ћilvėnas - 05.11.2011

mhm, a foto ?


Re: Creating A Basic Speedometer - juraska - 05.11.2011

Great tutorial !


Re: Creating A Basic Speedometer - jtweak - 20.11.2011

very nice, i enjoyed the simplicity, because im new to scripting, so yeah....thanks


Re: Creating A Basic Speedometer - Mckarlis - 22.07.2013

Nice and helpfull +REP


Re: Creating A Basic Speedometer - qazwsx - 23.07.2013

Hahahhaa nice one bro
But i got a question here, why each variable has [MAX_PLAYERS] in end of its script? :/

please answer thanks


Re: Creating A Basic Speedometer - qazwsx - 23.07.2013

Very nice tutorial, but i got a question here,
why in end of variable, its always have [MAX_PLAYERS]?
What does it use for?


Re: Creating A Basic Speedometer - bensmart469 - 23.07.2013

It's using MAX_PLAYERS for it to be per-player. If it didn't, there would be 1 textdraw and it would end up being formatted with everyone's speed so will only show one.