Daemon666 / CSB Anti Camp Публичный

Detects camping by tracking time inside a radius and punishes with a HUD warning, a bright glow and escalating damage.

v1.0.0 151 загрузок GPL-3.0 Обновлено Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Feb 8, 2026 1 Версии
csb_anti_camp.sma main c682063 3.8 KB
README.md

CSB Anti Camp keeps players moving. A task samples each player's distance from an anchor point; if they stay inside csb_camp_radius for too long they first get a HUD warning and a bright red glow shell that exposes them to enemies, then take periodic damage until they move. Moving out resets the anchor and clears the glow. Bomb carriers are exempt so the objective is never punished.

Inspired by the classic Anti Camp plugins for AMX Mod X. Independent GPL re-implementation.

Features

  • Radius / warn-time / punish-time / damage all cvar-driven.
  • Escalation: HUD warning and glow first, then damage.
  • Bomb (C4) carriers are exempt.
  • Anchor resets and glow clears as soon as the player moves.

Installation

  1. Enable the fakemeta and fun modules in modules.ini.
  2. Compile csb_anti_camp.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Установка
1. Enable the fakemeta and fun modules in addons/amxmodx/configs/modules.ini
2. Put csb_anti_camp.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvar-ы
CVARDefaultDescription
csb_camp_enabled 1 Enable or disable anti-camp.
csb_camp_radius 120 Units a player may stay within before it counts as camping.
csb_camp_warn 6 Seconds of camping before the warning and glow trigger.
csb_camp_punish 10 Seconds of camping before damage starts.
csb_camp_damage 8 Damage per second applied to a punished camper.
История изменений — v1.0.0
1.0.0 - Initial release.
Версии →
Рейтинг

No ratings yet.

О плагине
  • Movement
  • Лицензия: GPL-3.0
  • Daemon666
  • Оригинальный автор: Anti Camp by AMXX
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Скачать .sma
Требования
AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta fun
Известные конфликты Other plugins using set_user_rendering can override the anti-camp glow shell.
Участники
Назад к плагинам