How to prohibit the player from entering the vehicle using 'playerStartEnterVehicle' event. For example player don't have driving license and I want to check during enter vehicle. Which function is responsible for that?
I was trying to use stopAnimation() but it doesn't work. Any ideas?