I want to choose a team for them. I want to choose Counter-Terrorists, Terrorists or Spectate. The commands to do that did i say in other post...
Quote:
|
Originally Posted by XunTric
Terror:
Code:
cs_set_user_team(player, CS_TEAM_T, CS_T_TERROR)
CT:
Code:
cs_set_user_team(player, CS_TEAM_CT, CS_CT_SAS)
Spectate:
Code:
cs_set_user_team(player, CS_TEAM_SPECTATOR, CS_DONTCHANGE)
|