View Single Post
NiQu
Veteran Member
Join Date: Nov 2009
Old 01-11-2010 , 01:57   Re: get_user_team & cs_get_user_team
Reply With Quote #3

Okey,
But i can use either CS_TEAM_T or 1?

Or do i have to stick with the number?, i dont like to play around with integers n numbers.

I would use this code to check if you are Terrorist.

PHP Code:
if ( cs_get_user_team(id) == CS_TEAM_T )
{
//What happends if ur T in here

And that would work right?

so, i could also use this?

PHP Code:
if ( cs_get_user_team(id) == )
{
//What happends if ur T in here

NiQu is offline