How can I check players in one team, e.g. terrorist team? I mean if players in terrorist team are less than or equal to 5 10 or 15 to perform a function. Also I would like to know how can I transfer randomly players from one team to another(T->CT)? When I understand how, also I would like to combine this 2 functions, e.g. if( terrorists < 5 ) ---> transfer 2 random players from T team in CT team.