In Counter-Strike, when a player is still loading the server (they say that when you reach the 3rd cube when connecting public client_connect() is being executed, if written in a plugin on a server), you can see the player in grey when pressing TAB. now, for that, I have 2 questions:
1. When player logs in and ppl see him in grey when hitting TAB, is his cs_get_user_team equals to CS_TEAM_SPECTATOR? or does he just have no team?
2. When you use get_players(), will it get that player in grey aswell as the other connected players?