Added cvar for enabling/disabling class cookies. Fixed teleport not resetting velocity.
This commit is contained in:
@ -156,10 +156,14 @@ zr_classes_spawn "0"
|
||||
// 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.
|
||||
// Time limit to change human class with instant change after spawning. Time is in seconds. Use 0 or negative to disable.
|
||||
// Default: "20"
|
||||
zr_classes_change_timelimit "20"
|
||||
|
||||
// Save players' class selections in server cookies and restore when connecting. [Override: zr_classes_default_*]
|
||||
// Default: "1"
|
||||
zr_classes_save "1"
|
||||
|
||||
// Admin class assigned to admins on connect. ["random" = Random admin class | "" = Class config default]
|
||||
// Default: "random"
|
||||
zr_classes_default_admin "random"
|
||||
|
Reference in New Issue
Block a user