diff --git a/README.md b/README.md
index 9c3ab5d1..2160099e 100644
--- a/README.md
+++ b/README.md
@@ -75,8 +75,8 @@ Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure'
| mp_allow_point_servercommand | 0 | 0 | 1 | Allow use of point_servercommand entities in map.
`0` disallow
`1` allow
`NOTE`: Potentially dangerous for untrusted maps. |
| mp_hullbounds_sets | 1 | 0 | 1 | Sets mins/maxs hull bounds for the player.
`0` disabled
`1` enabled |
| mp_unduck_method | 0 | 0 | 1 | Don't unduck if ducking isn't finished yet.
`0` disabled
`1` enabled
`NOTE`: This also prevents double duck. |
-| mp_scoreboard_showhealth | 3 | 0 | 5 | Show `HP` field into a scoreboard.
`0` don't send any update for `HP` field to any clients
`1` show only Terrorist `HP` field to all clients
`2` show only CT `HP` field to all clients
`3` show `HP` field to teammates
`4` show `HP` field to all clients
`5` show `HP` field to teammates and spectators |
-| mp_scoreboard_showmoney | 3 | 0 | 5 | Show `Money` field into a scoreboard.
`0` don't send any update for `Money` field to any clients
`1` show only Terrorist `Money` field to all clients
`2` show only CT `Money` field to all clients
`3` show `Money` field to teammates
`4` show `Money` field to all clients
`5` show `Money` field to teammates and spectators |
+| mp_scoreboard_showhealth | 3 | -1 | 5 | Show `HP` field into a scoreboard.
`-1` disabled
`0` don't send any update for `HP` field to any clients
`1` show only Terrorist `HP` field to all clients
`2` show only CT `HP` field to all clients
`3` show `HP` field to teammates
`4` show `HP` field to all clients
`5` show `HP` field to teammates and spectators |
+| mp_scoreboard_showmoney | 3 | -1 | 5 | Show `Money` field into a scoreboard.
`-1` disabled
`0` don't send any update for `Money` field to any clients
`1` show only Terrorist `Money` field to all clients
`2` show only CT `Money` field to all clients
`3` show `Money` field to teammates
`4` show `Money` field to all clients
`5` show `Money` field to teammates and spectators |
| mp_scoreboard_showdefkit | 1 | 0 | 1 | Show `D. Kit` field into a scoreboard for teammates.
`0` disabled
`1` enabled
`NOTE`: If you don't want to show `D. Kit` field for dead enemies then disable this CVar or configure mp_forcecamera |
| ff_damage_reduction_bullets | 0.35 | 0.0 | 1.0 | How much to reduce damage done to teammates when shot.
Range is from `0` - `1` (with 1 being damage equal to what is done to an enemy) |
| ff_damage_reduction_grenade | 0.25 | 0.0 | 1.0 | How much to reduce damage done to teammates by a thrown grenade.
Range is from `0` - `1` (with 1 being damage equal to what is done to an enemy) |
diff --git a/dist/game.cfg b/dist/game.cfg
index 21e0d183..6cecd84e 100644
--- a/dist/game.cfg
+++ b/dist/game.cfg
@@ -267,23 +267,25 @@ mp_kill_filled_spawn 1
mp_allow_point_servercommand 0
// Show 'HP' field into a scoreboard
-// 0 - don't send any update for 'HP' field to any clients
-// 1 - show only Terrorist 'HP' field to all clients
-// 2 - show only CT 'HP' field to all clients
-// 3 - show 'HP' field to teammates
-// 4 - show 'HP' field to all clients
-// 5 - show 'HP' field to teammates and spectators
+// -1 - disabled
+// 0 - don't send any update for 'HP' field to any clients
+// 1 - show only Terrorist 'HP' field to all clients
+// 2 - show only CT 'HP' field to all clients
+// 3 - show 'HP' field to teammates
+// 4 - show 'HP' field to all clients
+// 5 - show 'HP' field to teammates and spectators
//
// Default value: "3"
mp_scoreboard_showhealth 3
// Show 'Money' field into a scoreboard
-// 0 - don't send any update for 'Money' field to any clients
-// 1 - show only Terrorist 'Money' field to all clients
-// 2 - show only CT 'Money' field to all clients
-// 3 - show 'Money' field to teammates
-// 4 - show 'Money' field to all clients
-// 5 - show 'Money' field to teammates and spectators
+// -1 - disabled
+// 0 - don't send any update for 'Money' field to any clients
+// 1 - show only Terrorist 'Money' field to all clients
+// 2 - show only CT 'Money' field to all clients
+// 3 - show 'Money' field to teammates
+// 4 - show 'Money' field to all clients
+// 5 - show 'Money' field to teammates and spectators
//
// Default value: "3"
mp_scoreboard_showmoney 3