themoni
Members
-
Joined
-
Last visited
Solutions
-
themoni's post in [SOLVED] How can i check if the player is leaving a vehicle? was marked as the answerif (Game.IsKeyDown(System.Windows.Forms.Keys.F) && Game.LocalPlayer.Character.CurrentVehicle)
{
//Your Code
}