CSB Admin Transfer

v1.0.0 2 загрузок Daemon666 Обновлено: 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.

Установка

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

Cvar-ы

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

Команды

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.

История изменений — v1.0.0

1.0.0 - Initial release.
Версии →
Участники: Daemon666 ✦
Оригинальный автор: AMX Mod X Development Team (Admin Commands) Лицензия: GPL-3.0

Рейтинг

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Скачать .sma
Файлы:
csb_admin_transfer.sma main 6.2 KB

Требования

AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули cstrike hamsandwich
Известные конфликты Plugins that lock teams or auto-balance may immediately move the player back.
Назад к плагинам