Daemon666 / CSB Anti Retry Публичен

Restores team, frags, deaths and money on a fast reconnect so retry can't be used to reset a losing state.

v1.0.0 143 изтегляния GPL-3.0 Последна актуализация Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 12, 2025 1 Версии
csb_anti_retry.sma main 185fc20 3.4 KB
README.md

CSB Anti Retry closes the oldest escape hatch on a CS 1.6 server: typing retry to reconnect with a clean slate. When a player disconnects, the plugin caches their team, frags, deaths and money against their SteamID. If the same SteamID reconnects within a configurable window, that state is restored a couple of seconds after they spawn, so reconnecting buys them nothing.

Features

  • Per-SteamID cache of team, frags, deaths and money (in memory, up to 64 recent leavers).
  • Restore only inside csb_antiretry_window seconds; older records are discarded.
  • Bots and HLTV are ignored; records are keyed by SteamID, never IP.
  • Each restore is announced to the player and written to the AMXX log.

Installation

  1. Make sure the cstrike and fun modules are enabled in modules.ini.
  2. Compile csb_anti_retry.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Инсталация
1. Enable the cstrike and fun modules in addons/amxmodx/configs/modules.ini
2. Put csb_anti_retry.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvar-и
CVARDefaultDescription
csb_antiretry_enabled 1 Enable state caching and restore.
csb_antiretry_window 90 Seconds within which a reconnect is treated as a retry.
Списък с промени — v1.0.0
1.0.0 - Initial release.
Версии →
Оценка

No ratings yet.

Относно
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Изтегли .sma
Изисквания
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули cstrike fun
Известни конфликти Plugins that deliberately reset money or team on spawn will overwrite the restored values.
Сътрудници
Обратно към плъгините