New feature for blocking class selection. Changes in translations. See details.

Finished norwegian translation.
Fixed missing quote in english translation file.
Added cvars for blocking players from changing classes.
Minior typo fixes in log module.
Changed TranslationReplyToCommand to use the ReplyToCommand function.
This commit is contained in:
richard
2009-08-09 22:44:28 +02:00
parent 50a7e5ab99
commit 06771e6d15
10 changed files with 234 additions and 209 deletions

View File

@ -91,7 +91,7 @@ zr_log "1"
// Default: "3"
zr_log_flags "3"
// Enable module filtering. Only log events from listed modules will be logged.
// Enable module filtering. Only events from listed modules will be logged.
// Default: "0"
zr_log_module_filter "0"
@ -163,6 +163,18 @@ zr_classes_default_zombie "random"
// Default: "motherzombies"
zr_classes_default_mother_zombie "motherzombies"
// Allow players to select zombie classes.
// Default: "1"
zr_classes_zombie_select "1"
// Allow players to select human classes.
// Default: "1"
zr_classes_human_select "1"
// Allow admins to select admin mode classes. (Not to be confused by admin-only classes!)
// Default: "1"
zr_classes_admin_select "1"
// Menu
// Automatically close class selection menu.