[Help] Car speed - 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: [Help] Car speed (
/showthread.php?tid=124803)
[Help] Car speed -
tony_fitto - 31.01.2010
Hey guys, i have notice that on some servers there is like you can load a truck and if it gets overloaded the trucks speedo goes slower then it used to go.
How is that possible to create that, i want to do that because i want to do an Spike strip FS...
Anyone know how ?
Thanks for answers.
Re: [Help] Car speed -
thiaZ_ - 31.01.2010
pawn Код:
SetVehicleVelocity(vehicleid, Float:x, Float:y, Float:z);
https://sampwiki.blast.hk/wiki/SetVehicleVelocity
I hope i could help you.
Re: [Help] Car speed -
tony_fitto - 31.01.2010
Quote:
Originally Posted by thiaZ_
|
Awsome dude, Thanks i will have a look at it and see what i can do
Thanks!