SetVehicleVelocity
#1

I know how to make the car jump,
But i want it to go forward and jump,
How would i do that?
Reply
#2

There are some boost scripts on this forum, check them.
Reply
#3

Try this:
pawn Код:
new Float:Speed[3];
GetVehicleVelocity(vehicleid, Speed[0], Speed[1], Speed[2]);
SetVehicleVelocity(vehicleid, Speed[0], Speed[1], floatadd(Speed[2], 0.1)); // You can use my SetVehicleForwardVelocity.
Reply
#4

Thanks,
Could you help me on: http://forum.sa-mp.com/index.php?topic=151058.0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)