Daemon666 / CSB Unstuck Öffentlich

say /unstuck frees a player wedged in geometry or another player by searching for the nearest free spot, with a cooldown and a combat lock.

v1.0.0 113 Downloads GPL-3.0 Zuletzt aktualisiert Aug 21, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 12, 2025 1 Versionen
csb_unstuck.sma main ffa4354 5.1 KB
README.md

CSB Unstuck gives players a say /unstuck command that frees them when they are wedged inside map geometry or another player. It first confirms the player is actually stuck with a human-hull trace, then spirals outward sampling candidate points (PointContents + a hull trace that must not start solid) and teleports the player to the nearest free spot.

Features

  • Real stuck check - it refuses to move players who are not stuck
  • Expanding search so the player lands as close as possible
  • Per-player cooldown against spam
  • Combat lock so it cannot be used to escape a firefight

Installation

  1. Put csb_unstuck.amxx in addons/amxmodx/plugins/
  2. Add it to plugins.ini
  3. Change the map
Installation
1. Put csb_unstuck.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Change the map
Cvars
CVARDefaultDescription
csb_unstuck 1 Enable the plugin.
csb_unstuck_cooldown 10 Seconds a player must wait between uses.
csb_unstuck_combatlock 5 Block /unstuck for this many seconds after taking damage (0 = off).
csb_unstuck_maxdist 128 How far to search for a free spot, in units.
Befehle
CommandAccessDescription
say /unstuck Free yourself if you are stuck.
say /stuck Alias of /unstuck.
Änderungsprotokoll — v1.0.0
1.0.0 - Initial release.
Versionen →
Bewertung

No ratings yet.

Info
Download v1.0.0
Compiled live from the source below — nothing pre-built.
.sma herunterladen
Anforderungen
AMX Mod X ≥ 1.8.2
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Module fakemeta
Mitwirkende
Zurück zu den Plugins