Yes. Tag mismatches are when you attempt to mix variable types.
Code:
cs_set_user_team(id,3) //would give you an error because it should be
cs_set_user_team(id,CS_TEAM_SPECTATOR)
new Float:omfg = 10 //would give you an error because it should be
new Float:omfg = 10.0