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?
-
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; } -
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
-
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 it doesnt work sadly
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login