You should read about how cvars work:
http://forums.alliedmods.net/showthr...highlight=cvar
You have to give the team variable a tag:
PHP Code:
new CsTeams:team = cs_get_user_team(id)
and use the CS_TEAM_* constants.
P.S. The @ thing for highlighting lines only works with [pawn][/pawn]
__________________