Create 2 classes form the original and on player spawn Assign them a class whith a check for team.
if(get_user_team(id) == 2)
//Assign ct class
Then search and find hooking client info changed so that you can reset players class when he changes teams so it can be assigned to him on spawn again
hopefully this helps.