new team;team = get_user_team(id);if (team == 1) //TERRORIST{ cs_set_user_model(id, "urban");}else{ cs_set_user_model(id, "leet");}