mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
Add description for new cvars mp_scoreboard_showhealth/mp_scoreboard_showmoney
This commit is contained in:
parent
e1c8211d6b
commit
70d2f4855b
@ -53,6 +53,8 @@ Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure'
|
||||
| mp_kill_filled_spawn | 1 | 0 | 1 | Kill the player in filled spawn before spawning some one else (Prevents players stucking in each other).<br />Only disable this if you have semiclip or other plugins that prevents stucking.<br/>`0` disabled<br/>`1` enabled |
|
||||
| mp_allow_point_servercommand | 0 | 0 | 1 | Allow use of point_servercommand entities in map.<br/>`0` disallow<br/>`1` allow<br/>`NOTE`: Potentially dangerous for untrusted maps.|
|
||||
| mp_hullbounds_sets | 1 | 0 | 1 | Sets mins/maxs hull bounds for the player.<br/>`0` disabled<br/>`1` enabled |
|
||||
| mp_scoreboard_showhealth | 3 | 0 | 5 | Show `HP` field into a scoreboard.<br/>`0` don't send any update for `HP` field to any clients<br/>`1` show only Terrorist `HP` field to all clients<br/>`2` show only CT `HP` field to all clients<br/>`3` show `HP` field to teammates<br/>`4` show `HP` field to all clients<br/>`5` show `HP` field to teammates and spectators |
|
||||
| mp_scoreboard_showmoney | 3 | 0 | 5 | Show `Money` field into a scoreboard.<br/>`0` don't send any update for `Money` field to any clients<br/>`1` show only Terrorist `Money` field to all clients<br/>`2` show only CT `Money` field to all clients<br/>`3` show `Money` field to teammates<br/>`4` show `Money` field to all clients<br/>`5` show `Money` field to teammates and spectators |
|
||||
|
||||
## How to install zBot for CS 1.6?
|
||||
* Extract all the files from an [archive](regamedll/extra/zBot/bot_profiles.zip?raw=true)
|
||||
|
20
dist/game.cfg
vendored
20
dist/game.cfg
vendored
@ -213,3 +213,23 @@ mp_allow_point_servercommand "0"
|
||||
// 1 - enabled (sets gamedll)
|
||||
// Default value: "1"
|
||||
mp_hullbounds_sets "1"
|
||||
|
||||
// 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
|
||||
// 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
|
||||
// Default value: "3"
|
||||
mp_scoreboard_showmoney "3"
|
||||
|
Loading…
Reference in New Issue
Block a user