Wallhack-style glow on players for admins only, injected per-client in FM_AddToFullPack so normal players see nothing.
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_AddToFullPackfor 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
- Make sure the
fakemetamodule is enabled inaddons/amxmodx/configs/modules.ini. - Compile
csb_admin_esp.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - 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.









