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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] Slides

[Support] Slides

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
19 Posts 10 Posters 1.3k 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.
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    wrote on last edited by
    #6

    figures the trickshotting community would call getting thrown into the air a "slide"

    1 Reply Last reply
    0
    • Drgnundefined Offline
      Drgnundefined Offline
      Drgn Plutonium Staff
      replied to Flater on last edited by
      #7

      Flater That is the worst name for this "glitch." Idk how its performed. You can probably just remake it in GSC.

      frostyundefined 1 Reply Last reply
      0
      • frostyundefined Offline
        frostyundefined Offline
        frosty
        replied to Drgn on last edited by
        #8

        Drgn It is named from other games, and he asked for help, not for your input on the name...

        Drgnundefined Emosewajundefined 2 Replies Last reply
        0
        • Drgnundefined Offline
          Drgnundefined Offline
          Drgn Plutonium Staff
          replied to frosty on last edited by Drgn
          #9

          frosty I just told him he could do it with GSC and you could too. Its not difficult to learn how to do GSC yourself instead of leeching off others; quit waiting for someone to post a full script for you to copy paste and do it youself.

          frostyundefined Jaxundefined 2 Replies Last reply
          0
          • frostyundefined Offline
            frostyundefined Offline
            frosty
            replied to Drgn on last edited by
            #10

            Drgn "quit waiting for someone to post a full script for you to copy and paste and do it yourself"
            lmao i never said that, I also help out a lot of people starting off their trickshot servers calm down lmao

            Again. He asked for the script, he didnt ask for your input...
            This is the BO2 Modding chat, he has every right to ask for a script in here

            Jaxundefined Mr. Androidundefined 2 Replies Last reply
            0
            • Jaxundefined Offline
              Jaxundefined Offline
              Jax Contributor
              replied to frosty on last edited by
              #11

              frosty

              true, but I found a script already

              kuxqiundefined 1 Reply Last reply
              0
              • Jaxundefined Offline
                Jaxundefined Offline
                Jax Contributor
                replied to Drgn on last edited by
                #12

                Drgn said in Slides:

                frosty I just told him he could do it with GSC and you could too. Its not difficult to learn how to do GSC yourself instead of leeching off others; quit waiting for someone to post a full script for you to copy paste and do it youself.

                I know a good portion of GSC

                1 Reply Last reply
                0
                • Mr. Androidundefined Offline
                  Mr. Androidundefined Offline
                  Mr. Android Plutonium Admin
                  replied to frosty on last edited by
                  #13

                  frosty said in Slides:

                  This is the BO2 Modding chat, he has every right to ask for a script in here

                  Gotta agree with this I'm afraid.

                  1 Reply Last reply
                  0
                  • kuxqiundefined Offline
                    kuxqiundefined Offline
                    kuxqi
                    replied to Jax on last edited by
                    #14

                    Jax are you able to sen me that script my discord is Kuxqi#0461

                    1 Reply Last reply
                    0
                    • Emosewajundefined Offline
                      Emosewajundefined Offline
                      Emosewaj VIP
                      replied to frosty on last edited by
                      #15

                      frosty said in Slides:

                      It is named from other games

                      I'm genuinely interested what game(s) and why it's called that there

                      frostyundefined 2 Replies Last reply
                      0
                      • frostyundefined Offline
                        frostyundefined Offline
                        frosty
                        replied to Emosewaj on last edited by
                        #16
                        This post is deleted!
                        1 Reply Last reply
                        0
                        • frostyundefined Offline
                          frostyundefined Offline
                          frosty
                          replied to Emosewaj on last edited by
                          #17

                          Emosewaj just other cod games, where you would , knife, and pull out your tomohawk immediately and it would launch you up in the air

                          1 Reply Last reply
                          0
                          • R1pzieundefined Offline
                            R1pzieundefined Offline
                            R1pzie
                            wrote on last edited by
                            #18
                            This post is deleted!
                            1 Reply Last reply
                            0
                            • Jhezsundefined Offline
                              Jhezsundefined Offline
                              Jhezs
                              wrote on last edited by
                              #19

                              Hello, I don't know if the topic is about sliding in bo2 I have this code taken from chatGPT, in order to be able to slide in bo2, if there is any expert in GCS code, you can compile the code or something like that. I use Google translator. this is the code:

                              // Declare the "isSliding" variable before the "playerSlide()" function
                              int isSliding;

                              // Define the function "playerSlide()"
                              playerSlide()
                              {
                              if ( isButtonPressed( "goprone_button" ) && self.velocity[2] < 0.1 )
                              {
                              isSliding = true;
                              self setplayerstance( "prone" );
                              self setOrigin( self.origin + ( 0, 0, -20 ) );
                              self setVelocity( ( anglestoforward( self.angles ) * 350 ) );
                              }
                              else if ( isSliding )
                              {
                              isSliding = false;
                              self setplayerstance( "stand" );
                              self setOrigin( self.origin + ( 0, 0, 20 ) );
                              self setVelocity( ( anglestoforward( self.angles ) * 200 ) );
                              }
                              }

                              Thank you for your time.![alt text](![image url](image url))

                              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