added CS_TEAM_UNASSIGNED at vittu's request

This commit is contained in:
David Anderson 2006-02-11 22:57:34 +00:00
parent 48d3b6e952
commit 71c023f485

View File

@ -118,6 +118,7 @@ native cs_set_user_plant(index, plant = 1, showbombicon = 1);
* 3 = spectator
*/
enum CsTeams {
CS_TEAM_UNASSIGNED = 0,
CS_TEAM_T = 1,
CS_TEAM_CT = 2,
CS_TEAM_SPECTATOR = 3