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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. unlimited sprint BO2 ZM

unlimited sprint BO2 ZM

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
10 Posts 7 Posters 1.5k 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.
  • Hush_Hxundefined Offline
    Hush_Hxundefined Offline
    Hush_Hx
    wrote on last edited by
    #1

    unlimited sprint

    init()
    {
        level thread onPlayerConnect();
    }
    
    onPlayerConnect()
    {
        for(;;)
        {
            
    		level waittill("connected", player);
    
    		player thread onPlayerSpawned();
        }
    }
    
    onPlayerSpawned()
    {	
            level endon("end_game");
    	self endon("disconnect");
            for(;;)
        {
                    
                    self waittill("spawned_player");
    		self setperk("specialty_unlimitedsprint");
    
        }
    }
    
    

    copy the code and paste it into your notes as sprint.GSC

    then copy the file to Local\Plutonium\storage\t6\scripts\zm

    1 Reply Last reply
    4
    • Triggatroy18undefined Offline
      Triggatroy18undefined Offline
      Triggatroy18
      wrote on last edited by
      #2

      i don't see the file

      esxtyundefined Hush_Hxundefined Xerxesundefined 97eundefined 4 Replies Last reply
      0
      • esxtyundefined Offline
        esxtyundefined Offline
        esxty
        replied to Triggatroy18 on last edited by
        #3

        Triggatroy18 ?

        1 Reply Last reply
        0
        • Hush_Hxundefined Offline
          Hush_Hxundefined Offline
          Hush_Hx
          replied to Triggatroy18 on last edited by
          #4

          Triggatroy18 Unfortunately I couldn't post it for download

          1 Reply Last reply
          0
          • Xerxesundefined Offline
            Xerxesundefined Offline
            Xerxes Plutonium Staff
            replied to Triggatroy18 on last edited by
            #5

            Triggatroy18 said in unlimited sprint BO2 ZM:

            i don't see the file

            You are provided with all the text that belongs into the gsc file, all you have to do is to copy paste it.

            1 Reply Last reply
            0
            • gasticaramundefined Offline
              gasticaramundefined Offline
              gasticaram
              wrote on last edited by
              #6

              SGC o GSC ?

              Hush_Hxundefined 1 Reply Last reply
              0
              • Hush_Hxundefined Offline
                Hush_Hxundefined Offline
                Hush_Hx
                replied to gasticaram on last edited by
                #7

                gasticaram GSC

                gasticaramundefined 1 Reply Last reply
                0
                • 97eundefined Offline
                  97eundefined Offline
                  97e
                  replied to Triggatroy18 on last edited by
                  #8
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • gasticaramundefined Offline
                    gasticaramundefined Offline
                    gasticaram
                    replied to Hush_Hx on last edited by
                    #9

                    Hush_Hx Thx !

                    1 Reply Last reply
                    1
                    • Spooksxxvundefined Offline
                      Spooksxxvundefined Offline
                      Spooksxxv
                      wrote on last edited by
                      #10

                      not working for me

                      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