Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: a1046596108 on August 24, 2013, 06:56:02 am

Title: How to do speedometer.?
Post by: a1046596108 on August 24, 2013, 06:56:02 am
How to do speedometer.?Who can give me the code?
Title: Re: How to do speedometer.?
Post by: kkkk on August 24, 2013, 07:24:31 am
do it yourself
Title: Re: How to do speedometer.?
Post by: [AoD]NC 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 ;).
Title: Re: How to do speedometer.?
Post by: sseebbyy 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 !
Title: Re: How to do speedometer.?
Post by: a1046596108 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 !