1. Hello guys, I need to create bool when player use a specific input.
    example:
    Code:
            void OnPlayerInput(PlayerSession player, InputControls input)
            {
                if (input.Equals("F"))
                {            }
            }