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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. 2x Points

2x Points

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
5 Posts 4 Posters 698 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.
  • IL0VEMONKEYSundefined Offline
    IL0VEMONKEYSundefined Offline
    IL0VEMONKEYS
    wrote on last edited by
    #1

    Been playing bo2 zombies and i've seen servers with 2x points, is there anyway to do that in a single player match?

    chicken emojiundefined 1 Reply Last reply
    0
    • chicken emojiundefined Offline
      chicken emojiundefined Offline
      chicken emoji
      replied to IL0VEMONKEYS on last edited by
      #2

      IL0VEMONKEYS this is the shortest i could come up with. you have to copy paste it into a text document and then follow this tutorial https://plutonium.pw/docs/modding/loading-mods/

      init()
      {
      	 level._game_module_point_adjustment = ::doublepoints;
      }
      
      doublepoints(player, zombie_team, player_points){
      	player maps/mp/zombies/_zm_score::add_to_player_score( player_points );
      	player.pers[ "score" ] = player.score;
      }
      
      IL0VEMONKEYSundefined WhyYouNoSqueakyundefined 2 Replies Last reply
      3
      • IL0VEMONKEYSundefined Offline
        IL0VEMONKEYSundefined Offline
        IL0VEMONKEYS
        replied to chicken emoji on last edited by
        #3

        chicken emoji Thank you!!!

        1 Reply Last reply
        0
        • Lemoboi50undefined Offline
          Lemoboi50undefined Offline
          Lemoboi50
          wrote on last edited by
          #4

          it did not work

          1 Reply Last reply
          1
          • WhyYouNoSqueakyundefined Offline
            WhyYouNoSqueakyundefined Offline
            WhyYouNoSqueaky
            replied to chicken emoji on last edited by
            #5

            chicken emoji it doesnt work sadly

            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