26.09.2016, 18:35
OnPlayerEnterVehicle is called when a player presses the key to enter a vehicle. At that point the player isn't actually in the vehicle yet and the entering action may even be aborted. As such, you cannot remove a player from a vehicle they're not even in. Use ClearAnimations to stop the player from entering the vehicle, or use OnPlayerStateChange to eject the player after he has entered the vehicle.