SA-MP Forums Archive
Car Speed limiter - 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: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Car Speed limiter (/showthread.php?tid=205508)



Car Speed limiter - Osviux - 01.01.2011

Is it possible to make a command that makes a speed limiter for your car? You write /speedlimiter and you cant drive faster than 90.


Re: Car Speed limiter - JaTochNietDan - 01.01.2011

You could probably make a makeshift limiter, that could work pretty well. You would need to get the speed of the car, then check if it's over 90, and then set the velocity of the car back to 90.

So yes it's entirely possible to make a nice speed-limiter that you described, although I'm un-aware of an existing one.

There's scripts that don't physically limit the speed of the vehicle, but will penalize you for driving over the speed limit.


Re: Car Speed limiter - blackwave - 01.01.2011

There's one on my signature. It's on portuguese though.


Re: Car Speed limiter - Zh3r0 - 01.01.2011

g_aSlice aka Slice made a Speed-Cap filterscript.
That might help.