How to make multi jump?
Reply on sbox.game-
I've been trying to make a system for giving the player multiple jumps using PlayerController.
I've coded a component that has the ability to count and track when you jump using PlayerController.IEvents. Now the issue is to override the jump into to make it be able to execute the jump method for multiple jumps.
Can someone help me on this?