Posts: 373
Threads: 59
Joined: Jun 2014
Reputation:
0
Pressing F or Enter is not working!
Posts: 610
Threads: 18
Joined: Jan 2014
Reputation:
0
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.
Posts: 2,368
Threads: 27
Joined: Jun 2010
Reputation:
0
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.