08.04.2015, 12:16
OnPlayerEnterVehicle is called when a player starts to enter a vehicle, they're not in the vehicle yet. You can use that callback and clear the animations or use OnPlayerStateChange, check if the newstate is driver and RemovePlayerFromVehicle.