Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] How to make it so I can jump off midair? (Rocket side GSC Code)

[Support] How to make it so I can jump off midair? (Rocket side GSC Code)

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
2 Posts 2 Posters 113 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mikzyundefined Offline
    mikzyundefined Offline
    mikzy Banned
    wrote on last edited by mikzy
    #1
    This post is deleted!
    1 Reply Last reply
    0
    • Ducxyundefined Offline
      Ducxyundefined Offline
      Ducxy
      wrote on last edited by
      #2

      make a seperate bind function. Dont use detachall() either. use Unlink()

      RocketBind()
      
      {
          for(;;)
          {
              if(self JumpButtonPressed())
              {
                  self Unlink();
                  wait .02;
              }
              else
              {
                  wait .02;
              }
          }
      }
      
      1 Reply Last reply
      0

      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Donate