Implemented zr_classes_spawn. Made new instant class change feature on human classes, with time limit.

This commit is contained in:
ricahrd
2009-08-10 19:01:43 +02:00
parent 20f649e32e
commit 658a800fea
5 changed files with 80 additions and 22 deletions

View File

@ -143,10 +143,14 @@ zr_config_path_hitgroups "configs/zr/hitgroups.txt"
// Default: "0"
zr_classes_spawn "0"
// Player is assigned a random class every spawn. [Override: zr_classes_spawn & zr_classes_default_*]
// Player is assigned a random class every spawn. [Override: zr_classes_default_*]
// Default: "0"
zr_classes_random "0"
// Time limit to change class with instant change after spawning. Time is in seconds. Use 0 or negative to disable.
// Default: "20"
zr_classes_change_timelimit "20"
// Admin class assigned to admins on connect. ["random" = Random admin class | "" = Class config default]
// Default: "random"
zr_classes_default_admin "random"