CSGO: change team name
Posted: Wed Aug 12, 2015 5:17 am
Hello,
How can I to change team name in game?
Best Regards.
How can I to change team name in game?
Best Regards.
Syntax: Select all
from cvars import ConVar
# Convars
mp_team1_name = ConVar('mp_teamname_1')
mp_team2_name = ConVar('mp_teamname_2')
mp_team1_name.set_string('Team1 Name')
mp_team2_name.set_string('Team2 Name')