Daemon666 / CSB Team Names Público

amx_teamname T/CT <name> sets sanitized clan names shown in a match HUD banner for the rest of the map.

v1.0.0 125 descargas GPL-3.0 Última actualización Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 13, 2025 1 Versiones
csb_team_name_setter.sma main 127a386 3.8 KB
README.md

CSB Team Names lets an admin brand each side for a scrim or a cup. amx_teamname <T|CT> <name> stores a clan name for that team for the rest of the map; the name is sanitised (control bytes and colour prefixes stripped) and length-limited so it can never break the HUD. The two names, with a live headcount, are painted in a HUD banner and are available to any score export.

Features

  • amx_teamname <T|CT> <name> — set a clan name (admin flag a).
  • amx_teamname_clear — reset both names to defaults.
  • Input is sanitised and clamped to 23 characters.
  • Names persist for the whole map and show in a HUD banner.

Installation

  1. Compile csb_team_name_setter.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.
Instalación
1. Put csb_team_name_setter.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map
Cvars
CVARDefaultDescription
csb_teamname_enabled 1 Enable or disable the team-name HUD and commands.
Comandos
CommandAccessDescription
amx_teamname <T|CT> <name> a (ADMIN_LEVEL_A) Set a clan name for one side.
amx_teamname_clear a (ADMIN_LEVEL_A) Reset both team names to defaults.
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
Conflictos conocidos Other plugins drawing a HUD banner in the same top-of-screen area may overlap this one.
Colaboradores
Volver a Plugins