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

Plutonium

  1. Home
  2. BO2 Client Support
  3. How do I remove the perk limit in custom game?

How do I remove the perk limit in custom game?

Scheduled Pinned Locked Moved BO2 Client Support
5 Posts 5 Posters 1.8k 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.
  • Kasubireundefined Offline
    Kasubireundefined Offline
    Kasubire
    wrote on last edited by
    #1

    is there a way to remove the perk limit?

    Sabino.ahkundefined Technothepig29undefined 2 Replies Last reply
    0
    • Sabino.ahkundefined Offline
      Sabino.ahkundefined Offline
      Sabino.ahk
      replied to Kasubire on last edited by
      #2

      Kasubire Yes by this Script only copy this to AppData\Local\Plutonium\storage\t6\scripts\zm. Make sure you create the folder scripts and zm put the gsc into zm folder.

      1 Reply Last reply
      0
      • Technothepig29undefined Offline
        Technothepig29undefined Offline
        Technothepig29
        replied to Kasubire on last edited by
        #3

        Kasubire use this

        init()
        {
            thread remove_perk_limit();
            for(;;)
            {
                level waittill("connected", player);
                player thread welcome();
            }
        }
        
        remove_perk_limit()
        {
            level waittill( "start_of_round" );
            level.perk_purchase_limit = 9;
        }
        
        welcome()
        {
            self endon("disconnect");
            self waittill("spawned_player");
            wait 7;
        	self iprintln("^2" +self.name + "^7 , your perk limit has been removed");
        }
        
        1 Reply Last reply
        1
        • Zura Crimeundefined Offline
          Zura Crimeundefined Offline
          Zura Crime
          wrote on last edited by
          #4

          just send me the gsc file omg

          G0LD3N 4RMundefined 1 Reply Last reply
          0
          • G0LD3N 4RMundefined Offline
            G0LD3N 4RMundefined Offline
            G0LD3N 4RM
            replied to Zura Crime on last edited by
            #5

            Zura Crime

            I think @Mr-MaPSaBino mentioned it: "Script"

            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