32 lines
602 B
INI
32 lines
602 B
INI
// This file was auto-generated by SourceMod (v1.9.0.6281)
|
|
// ConVars for plugin "entWatch.smx"
|
|
|
|
|
|
// The name of the color config.
|
|
// -
|
|
// Default: "color_classic"
|
|
entwatch_config_color "color_classic"
|
|
|
|
// Show/Hide the cooldowns on the display.
|
|
// -
|
|
// Default: "1"
|
|
// Minimum: "0.000000"
|
|
// Maximum: "1.000000"
|
|
entwatch_display_cooldowns "1"
|
|
|
|
// Enable/Disable the display.
|
|
// -
|
|
// Default: "1"
|
|
// Minimum: "0.000000"
|
|
// Maximum: "1.000000"
|
|
entwatch_display_enable "1"
|
|
|
|
// Enable/Disable team only mode.
|
|
// -
|
|
// Default: "1"
|
|
// Minimum: "0.000000"
|
|
// Maximum: "1.000000"
|
|
entwatch_mode_teamonly "1"
|
|
|
|
|