CSB Admin Transfer

v1.0.0 2 descărcări Daemon666 Ultima actualizare: 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.

Instalare

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

Cvar-uri

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

Comenzi

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.

Jurnal de modificări — v1.0.0

1.0.0 - Initial release.
Versiuni →
Contribuitori: Daemon666 ✦
Autor original: AMX Mod X Development Team (Admin Commands) Licență: GPL-3.0

Evaluare

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descarcă .sma
Fișiere:
csb_admin_transfer.sma main 6.2 KB

Cerințe

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opțional
ReAPI Opțional
Metamod Metamod / Metamod-r
Module cstrike hamsandwich
Conflicte cunoscute Plugins that lock teams or auto-balance may immediately move the player back.
Înapoi la Pluginuri