View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 05-21-2019 , 08:15   Re: How to swap team scores every round?
Reply With Quote #2

Hook Ham_Spawn, use get_user_team to find player's team. If it returned 1, use cs_set_user_team with CS_TEAM_CT, if it returned 2 call cs_set_user_team with CS_TEAM_T.
__________________
HamletEagle is offline