Hello,
How can I to change team name in game?
Best Regards.
CSGO: change team name
Both team names are accessible via the mp_teamname_1 and mp_teamname_2 ConVars.
*Off-topic: there are a number of threads you have created that are awaiting a response by you. If you have figured out your issues (whether with our help or on your own), could you please at least reply as such and let us know what fixed your issue. It may seem like a small thing, but it could easily help others in the future who encounter the same issues.
*Off-topic: there are a number of threads you have created that are awaiting a response by you. If you have figured out your issues (whether with our help or on your own), could you please at least reply as such and let us know what fixed your issue. It may seem like a small thing, but it could easily help others in the future who encounter the same issues.
Thanks. The problem has been resolved.
Example:
Example:
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')
Return to “Plugin Development Support”
Who is online
Users browsing this forum: No registered users and 74 guests