06.02.2010, 13:15
I know how to make the car jump,
But i want it to go forward and jump,
How would i do that?
But i want it to go forward and jump,
How would i do that?
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.