From 71c023f48515e693bfe6e09b59fc4e1e9bd32b37 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 11 Feb 2006 22:57:34 +0000 Subject: [PATCH] added CS_TEAM_UNASSIGNED at vittu's request --- plugins/include/cstrike.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index ef14f7b4..c777cbcf 100755 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -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