CSB Hide n Seek Manager

v1.0.0 0 downloads Daemon666 Last updated: Jul 15, 2026

Hide'n'Seek round manager: frozen, blinded seekers and buffed hiders with a countdown and live HUD.

CSB Hide n Seek Manager runs a full Hide'n'Seek round on a stock CS 1.6 server. CT seekers are frozen and blinded during a countdown while T hiders are given a knife, extra speed, multi-jump and pass-through movement so they can spread out. When the countdown ends the seekers are released and a HUD tracks how many hiders are left.

Features

  • CT seekers frozen (FL_FROZEN) and blinded with a screen fade for the countdown.
  • T hiders get a knife, csb_hns_hiderspeed movement and csb_hns_extrajumps multi-jump.
  • Semiclip lets hiders pass through each other via per-think solidity toggling.
  • Seekers auto-released when the timer ends; HUD shows hiders remaining.

Installation

  1. Enable the fakemeta, hamsandwich and fun modules in modules.ini.
  2. Compile csb_hns_manager.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

1. Enable fakemeta, hamsandwich and fun in addons/amxmodx/configs/modules.ini
2. Put csb_hns_manager.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Set your server to a CT-vs-T map and change map

CVARs

CVARDefaultDescription
csb_hns_enabled 1 Enable or disable the Hide n Seek manager.
csb_hns_countdown 20 Seconds seekers stay frozen and blinded at round start.
csb_hns_hiderspeed 320 Max movement speed given to hiders.
csb_hns_extrajumps 2 Extra mid-air jumps allowed to hiders.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
Original author: Askhanar (Hide n Seek, concept) License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_hns_manager.sma main 5.8 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta hamsandwich fun
Known conflicts Any plugin that freezes players, controls speed/gravity or toggles solidity will fight the HnS ruleset; run it alone on HnS maps.
Back to Plugins