Author Topic: How to do speedometer.?  (Read 2539 times)

0 Members and 1 Guest are viewing this topic.

Offline a1046596108

  • Street Thug
  • *
  • Posts: 28
    • View Profile
How to do speedometer.?
« on: August 24, 2013, 06:56:02 am »
How to do speedometer.?Who can give me the code?

Offline kkkk

  • Street Thug
  • *
  • Posts: 32
    • View Profile
Re: How to do speedometer.?
« Reply #1 on: August 24, 2013, 07:24:31 am »
do it yourself

Offline [AoD]NC

  • VC:MP Beta Tester
  • VC:MP Veteran
  • *
  • Posts: 616
  • AoD forever!
    • View Profile
    • KURWA MAĆ
Re: How to do speedometer.?
« Reply #2 on: August 24, 2013, 02:52:27 pm »
@kkkk very helpful answer.

@a1046596108: one second timer, save players position NOW and AFTER 1 second, calculate the distance (vector length). The result will be in meters per second, so you have to convert it to kmh ;).

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: How to do speedometer.?
« Reply #3 on: August 24, 2013, 05:39:28 pm »
I was searching on google for Madaras' release, but I think I found one made by Big[H].
(an edited version of Madara' Speedometer if Im not wrong)

Here it is: http://www.mediafire.com/download/bhwemsra96wl1th/Speedometer.pwn

Do not forget to add credits: Madara, Big[H]

EDIT: I found this line in the script:
Code: [Select]
SendClientMessage(playerid,0x33AA33AA,"Vital Speed Meter by BIG[H](VCMP) and Licznik (Samp)");
DO NOT CHANGE / REMOVE THE CREDITS !

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline a1046596108

  • Street Thug
  • *
  • Posts: 28
    • View Profile
Re: How to do speedometer.?
« Reply #4 on: September 19, 2013, 03:34:18 pm »
I was searching on google for Madaras' release, but I think I found one made by Big[H].
(an edited version of Madara' Speedometer if Im not wrong)

Here it is: http://www.mediafire.com/download/bhwemsra96wl1th/Speedometer.pwn

Do not forget to add credits: Madara, Big[H]

EDIT: I found this line in the script:
Code: [Select]
SendClientMessage(playerid,0x33AA33AA,"Vital Speed Meter by BIG[H](VCMP) and Licznik (Samp)");thank you!!!! :)
DO NOT CHANGE / REMOVE THE CREDITS !