I meant add the player is not jumping as a condition of the jump event, so left click will only jump and play the sound once until the player returns from jump.
Set some kind of variable up and add it as a condition to the player controls, so if the variable is set to something then player controls don't work. Then set it to the expected value when you're on scoreboard to disable controls, change the value back when you are in the main game.