Daemon666 / CSB Spectate Tools Público

Admin spectator helpers: a menu to jump into any player's first-person view, a HUD of their HP/armor/weapon, and amx_specme.

v1.0.0 138 descargas GPL-3.0 Última actualización Aug 22, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 21, 2025 1 Versiones
csb_admin_spectate_tools.sma main c466682 6.4 KB
README.md

CSB Spectate Tools is a small set of admin spectator helpers. amx_spectate opens a menu of alive players; picking one drops you into their first-person view by setting pev_iuser1 to in-eye and pev_iuser2 to the target. While you watch, a HUD sync object shows the target's HP, armor and current weapon, refreshed once a second so it never flickers.

amx_specme moves you to spectator but remembers the team you were on, and amx_specback puts you back on it. No ReAPI, no external modules beyond fakemeta and cstrike.

Features

  • amx_spectate — menu to watch any alive player in first person.
  • HUD readout of the watched player's HP, armor and weapon.
  • amx_specme / amx_specback — hop to spectator and back without losing your team.
  • State cleared on disconnect; the view is applied a fifth of a second after the team change so the engine has time to settle.

Installation

  1. Compile csb_admin_spectate_tools.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

All three commands need the ADMIN_SLAY flag (d) by default.

Instalación
1. Put csb_admin_spectate_tools.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map
Cvars
CVARDefaultDescription
csb_spec_enabled 1 Enable or disable the spectate tools.
Comandos
CommandAccessDescription
amx_spectate d (ADMIN_SLAY) Open a menu to watch a player in first person.
amx_specme d (ADMIN_SLAY) Move yourself to spectator, remembering your team.
amx_specback d (ADMIN_SLAY) Return to the team you had before amx_specme.
Registro de cambios — v1.0.0
1.0.0 - Initial release.
Versiones →
Valoración

No ratings yet.

Acerca de
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Descargar .sma
Requisitos
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta cstrike
Conflictos conocidos Other plugins that force observer mode or rewrite pev_iuser1/iuser2 will fight this one for the spectator view.
Colaboradores
Volver a Plugins