Hello everybody. I want to get vehicle speed only when vehicle is moving forward,backward and from side to side, but not when vehicle is falling from building, mount etc... How can I do this?
well there's distance checks which can be used with GetVehiclePosition and there's GetVehicleVelocity which stores into an x y and z variable so I don't see what you're having trouble with