SA-MP Forums Archive
How to get out from RC Vehicles? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: How to get out from RC Vehicles? (/showthread.php?tid=527748)



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.