View Single Post
guipatinador
SourceMod Donner Party
Join Date: Oct 2009
Location: Poortugal
Old 02-16-2013 , 07:58   Re: [Help] structure of get_user_team
Reply With Quote #2

Code:
if( 1 <= get_user_team( id ) <= 2 ) {     // T or CT  }

or,

Code:
if( CS_TEAM_T <= cs_get_user_team( id ) <= CS_TEAM_CT ) {     // T or CT  }

Last edited by guipatinador; 02-16-2013 at 07:59.
guipatinador is offline