How to get out from RC Vehicles? -
Juvanii - 24.07.2014
Pressing F or Enter is not working!
Re: How to get out from RC Vehicles? -
iFarbod - 24.07.2014
Add a check in OnPlayerKeyStateChange, if newkeys contain key_vehicle_enter_exit, then check if a player is in a rc vehcile, if yes, RemovePlayerFromVehicle.
Re: How to get out from RC Vehicles? -
iZN - 24.07.2014
You've to force players by RemovePlayerFromVehicle native. You can do this by your own if you're having a server otherwise suggest that server to add such feature.