C++ solution:
GetVehicleMovement()->DestroyPhysicsState();
GetVehicleMovement()->RecreatePhysicsState();
This two methods will help you to stop vehicle. Worked for me.
C++ solution:
GetVehicleMovement()->DestroyPhysicsState();
GetVehicleMovement()->RecreatePhysicsState();
This two methods will help you to stop vehicle. Worked for me.