Daemon666 / CSB Admin ESP Public

Wallhack-style glow on players for admins only, injected per-client in FM_AddToFullPack so normal players see nothing.

v1.0.0 155 descărcări GPL-3.0 Ultima actualizare Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Sep 3, 2025 1 Versiuni
csb_admin_esp.sma main 48d4ad1 3.2 KB
README.md

CSB Admin ESP lets an admin spot players through walls without changing what anyone else sees. It hooks FM_AddToFullPack and rewrites the entity render state (kRenderFxGlowShell plus a team colour) only in the packets destined for that one admin client. Because the change is per-recipient, ordinary players receive their normal packets and see no glow at all.

Features

  • Per-admin toggle with amx_esp [0|1], restricted by flag.
  • Glow injected in FM_AddToFullPack for the requesting client only — server-side, no client mods.
  • Team-coloured shells: red for T, blue for CT.
  • Works while alive or spectating; state clears automatically on disconnect.
  • A live counter avoids the forward doing any work when no admin has ESP on.

Installation

  1. Make sure the fakemeta module is enabled in addons/amxmodx/configs/modules.ini.
  2. Compile csb_admin_esp.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

amx_esp needs the ADMIN_CFG flag (u) by default. This is an admin visibility aid, not a client cheat: the glow never reaches non-admin clients.

Instalare
1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini
2. Put csb_admin_esp.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvar-uri
CVARDefaultDescription
csb_esp_enabled 1 Enable or disable the amx_esp command.
Comenzi
CommandAccessDescription
amx_esp u (ADMIN_CFG) amx_esp [0|1] - toggle wallhack glow ESP for yourself.
Jurnal de modificări — v1.0.0
1.0.0 - Initial release.
Versiuni →
Evaluare

No ratings yet.

Despre
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Descarcă .sma
Cerințe
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opțional
ReAPI Opțional
Metamod Metamod / Metamod-r
Module fakemeta
Conflicte cunoscute Other plugins that set player render properties in FM_AddToFullPack or via set_user_rendering can fight over the glow shell.
Contribuitori
Înapoi la Pluginuri