SA-MP Forums Archive
[Question] - 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)
+--- Thread: [Question] (/showthread.php?tid=663501)



[Question] - SeeNN - 02.02.2019

Where can I find a script to grow car speed?


Re: [Question] - TheToretto - 03.02.2019

Use SetVehicleVelocity


Re: [Question] - TokicMajstor - 03.02.2019

Quote:
Originally Posted by TheToretto
Посмотреть сообщение
Can you just say like how can I make Turismo goes 2x faster


Re: [Question] - Banditul18 - 03.02.2019

https://sampforum.blast.hk/showthread.php?tid=337636

Just typed vehicle boost on g00gle


Re: [Question] - TheToretto - 03.02.2019

Quote:
Originally Posted by TokicMajstor
Посмотреть сообщение
Can you just say like how can I make Turismo goes 2x faster
Код:
SetVehicleVelocity(GetPlayerVehicleID(playerid), vx * 1.8, vy * 1.8, vz * 1.8);
Change the 1.8 accordingly to the speed you want.


Re: [Question] - SeeNN - 03.02.2019

Thank's all for help.