From: terencehill Date: Tue, 19 Jun 2018 18:22:44 +0000 (+0200) Subject: Enhance scoreboard_columns_set help X-Git-Tag: xonotic-v0.8.5~1985^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d79114ab6aa5ae773919aa0d5eb6a6be9970eb78;p=xonotic%2Fxonotic-data.pk3dir.git Enhance scoreboard_columns_set help --- diff --git a/qcsrc/client/hud/panel/scoreboard.qc b/qcsrc/client/hud/panel/scoreboard.qc index 5b8964d0d..558ecdc47 100644 --- a/qcsrc/client/hud/panel/scoreboard.qc +++ b/qcsrc/client/hud/panel/scoreboard.qc @@ -294,8 +294,10 @@ void Cmd_Scoreboard_Help() { LOG_INFO(_("You can modify the scoreboard using the ^2scoreboard_columns_set command.")); LOG_INFO(_("Usage:")); - LOG_INFO("^2scoreboard_columns_set default"); - LOG_INFO(_("^2scoreboard_columns_set ^7field1 field2 ...")); + LOG_INFO("^2scoreboard_columns_set ^3default"); + LOG_INFO(_("^2scoreboard_columns_set ^3field1 field2 ...")); + LOG_INFO(_("^2scoreboard_columns_set ^7without arguments reads the arguments from the cvar scoreboard_columns")); + LOG_INFO(_(" ^5Note: ^7scoreboard_columns_set without arguments is executed on every map start")); LOG_INFO(_("You can use a ^3|^7 to start the right-aligned fields.")); LOG_INFO(_("The following field names are recognized (case insensitive):")); LOG_INFO("");