Added this now, needs testing though.
Code:
new team_name[32] // new variable
...
// old code
get_pcvar_string(g_bvh_bot_team, bot_team, charsmax(bot_team))
engclient_cmd(id, "jointeam", bot_team)
// added new code
message_begin(MSG_ALL, get_user_msgid("TeamInfo"))
write_byte(id)
if (!team_name[0]) get_user_team(id, team_name, charsmax(team_name)) // only retrieve if not already set
write_string(team_name)
message_end()
http://rv.apg-clan.org/dlds/amxx_plu..._humans_x2.sma