2x Points
-
Been playing bo2 zombies and i've seen servers with 2x points, is there anyway to do that in a single player match?
-
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; }
-
chicken emoji Thank you!!!
-
it did not work