amx_swapteams swaps everyone between T and CT, respawns the alive ones, and swaps the tracked team scores so the score follows the players.
CSB Swap Teams flips both sides in one command. amx_swapteams moves every player between Terrorist and Counter-Terrorist with cs_set_user_team and respawns the ones who were alive through Ham_CS_RoundRespawn, so they appear at the correct spawn points. The plugin also mirrors the team scoreboard totals (counted from the round-win audio) and swaps them, re-sending the TeamScore message — so the score follows the players to their new side instead of staying stuck to the colour.
Inspired by the Swap Teams plugin from AMX Mod X. Independent GPL re-implementation.
Features
amx_swapteamsswaps all assigned players in one call.- Alive players are respawned at valid spawn points via hamsandwich.
- Team scores are mirrored from the win audio and swapped with the players.
- Announced in chat and logged with the admin's name.
Installation
- Compile
csb_swap_teams.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
amx_swapteams needs the ADMIN_LEVEL_A flag (m) by default. Score mirroring starts counting from the moment the plugin loads.









