An AMX Mod X plugin for Counter-Strike 1.6 that prevents players from reconnecting to the server within some time frame.
- HLDS
- Metamod
- AMX Mod X (>= 1.9.0)
- Download the latest release.
- Extract the 7z archive into your HLDS folder.
- Append
anti-rc.amxx
toconfigs/plugins.ini
.
CVars (click to expand)
Note: the min. and max. values are not currently enforced, and are only provided as sensible bounds.
CVar | Type | Def. value | Min. value | Max. value | Description |
ar_admin_immunity |
boolean | 0 | 0 | 1 |
Admins are allowed to reconnect indefinitely.0 - disabled;1 - enabled.
|
ar_admin_flag |
string | "g" |
- | - | Flag identifying admins to which ar_admin_immunity applies. Irrelevant if ar_admin_immunity is 0 . |
ar_reconnect_time |
integer | 120 | 0 | - | Amount of time (in seconds) in-between reconnects. |
ar_detect_type |
string | "ip" |
- | - |
Method by which to identify players."authid" - by AuthID (SteamID);"ip" - by IP address.
|
ar_show_in_chat |
boolean | 1 | 0 | 1 |
Notify other players of reconnect attempts.0 - disabled;1 - enabled.
|
ar_rc_attempts_to_show_in_chat |
integer | 3 | 0 | - | Number of reconnect attempts to notify other players of. (Requires ar_show_in_chat 1 .) |
ar_prefix |
string | "^3[AR]^1" |
- | - | Prefix printed before every chat message issued by the plugin. |