================================================================================ AMX Mod Plugin http://amxmod.net -------------------------------------------------------------------------------- Name : Switch Teams v0.9.2.3 (switch_teams) Author : mcearp -------------------------------------------------------------------------------- ADMIN_SLAY Required, Access level e Usage: amx_t : Changes a user to Terrorist force the moment they die. amx_ct : Changes a user to Counter-Terrorist force the moment they die. say /switchme - to switch forces the moment you die. say_team /switchme - to switch forces the moment you die say_team /switchall - players from both forces swap sides when they die say /switchall - to switch forces of all players the moment they die add to menu.cfg: (optional) amx_pmenu "Select player to send to CTs" "amx_ct \'%name%\'" "b" "e" amx_pmenu "Select player to send to Ts" "amx_t \'%name%\'" "b" "e" add to server.cfg: (optional) switch_teams < value > switch_teams 1 = Enable Plugin (default) switch_teams 0 = Disable Plugin -------------------------------------------------------------------------------- Installation : - Extract file switch_teams.amx to directory addons/amx/plugins - Open addons/amx/plugins/plugins.ini - Add a line containing : switch_teams.amx ================================================================================