CSB Admin Transfer

v1.0.0 2 descargas Daemon666 Última actualización: Jul 15, 2026

amx_transfer <target> <t|ct|spec> moves a player between teams keeping frags, optionally respawning; a menu version too.

CSB Admin Transfer moves a player between teams cleanly. amx_transfer <target> <t|ct|spec> calls cs_set_user_team, preserves the player's frags and deaths, and — when the target is going onto a playing team and csb_transfer_respawn is on — respawns them immediately with Ham_CS_RoundRespawn. The team score on the scoreboard is never touched, and every move is announced.

amx_transfermenu is the point-and-click version: pick a player, then pick a team. Inspired by the team commands in the AMX Mod X Admin Commands plugin; independent GPL re-implementation.

Features

  • amx_transfer <name or #userid> <t|ct|spec> with immunity respected.
  • Frags and deaths preserved across the move.
  • Optional instant respawn onto the new team.
  • Two-step amx_transfermenu for mouse-driven admins.

Installation

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

Both commands need the ADMIN_LEVEL_A flag (a) by default.

Instalación

1. Put csb_admin_transfer.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_transfer_respawn 1 Respawn the player after moving them to a playing team.

Comandos

CommandAccessDescription
amx_transfer a (ADMIN_LEVEL_A) amx_transfer <target> <t|ct|spec> - move a player to a team.
amx_transfermenu a (ADMIN_LEVEL_A) Pick a player and a team from a menu.

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Autor original: AMX Mod X Development Team (Admin Commands) Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_admin_transfer.sma main 6.2 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos cstrike hamsandwich
Conflictos conocidos Plugins that lock teams or auto-balance may immediately move the player back.
Volver a Plugins