// This file was auto-generated by AMX Mod X (v1.10.0.5462)
// Cvars for plugin "Ping Control" by "mx?!" (ping_control_1.2.amxx, v1.2)
// Interval between checks (in seconds)
// -
// Default: "10"
// Minimum: "1.000000"
ping_time_check "10"
// If a player's ping is # or higher, the player gets a warning
// -
// Default: "120"
ping_warn_ping "120"
// If a player loses packets # or higher, the player receives a warning
// -
// Default: "25"
ping_warn_loss "25"
// After how many warnings the player will be punished
// -
// Default: "3"
// Minimum: "1.000000"
ping_max_warns "3"
// How many minutes to ban a player (0 - kick) [0/337]
// -
// Default: "1"
// Minimum: "0.000000"
ping_ban_mins "0"
// Enable chat notification about player penalties
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
ping_notice_punish "1"
// Penalty immunity flags (any of these are required; "" - off)
// -
// Default: ""
ping_immunity_flag ""
// Decrease the ping/loss counter every # of successful player checks (0 - do not decrease)
// -
// Default: "6"
ping_dec_ping_warns "6"
// If a player's ping jump is # or higher, the player gets a warning
// -
// Default: "60"
ping_warn_fluctuation "40"
// After how many warnings the player will be penalized (0 - off)
// -
// Default: "5"
// Minimum: "0.000000"
ping_max_fluctuation_warns "5"
// Decrease the ping jump counter every # of successful player checks (0 - do not decrease)
// -
// Default: "6"
ping_dec_fluctuation_warns "6"
// Mode of counting by average ping (like h1k3). # - number of checks before calculation starts (0 - off).
// -
// Default: "0"
ping_average_count "0"
// Use a moving average to smooth out spikes in the ping calculation?
// -
// Default: "0"
ping_ema_mode "0"