How to make multi jump?

Started by [EL]Warden_Priest 1 post 46 views

Reply on sbox.game
  1. #1
    [EL]Warden_Priest 30
    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?