ItsMods

Full Version: Team Name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
source code or event and function to change the name of the teams please
CSHARP Code
  1. SetDvar("g_teamname_allies", "chet");
  2. SetDvar("g_teamname_axis", "derp");


Somehow client 'caches' the teamname, when connecting it fetches the teamname, while being connected changes to the teamname are not applied.