Quote Originally Posted by maurya View Post
If I am right then this is what he wrote:
bool checkplayer(int playerid)
{
int x= clientinfo[i].team;
int myteam=clientinfo[cg->clientnum].team;
if((myteam==0&&x==0)||(myteam==1&&x==2)||(myteam== 2&&x==1)||(myteam==3&&x==3)
return true;
return false;
}

This is in English now!
Thats hard o.0
Btw I never seen a team different than 1 or 2, what are team 0 and 3 doing there?