ItsMods

Full Version: HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Use this:

Code:
public override void OnServerLoad()
        {
            SetDvar("g_TeamName_Allies", "^2Still Alive...");
            SetDvar("g_TeamName_Axis", "^1ZOMBIES");
        }
I created a plugin with the commands that you became friends, but still not working.
Add in the plugin this:

Code:
public override void OnMapChange()
        {
           SetDvar("g_TeamName_Allies", "^2Still Alive...");
             SetDvar("g_TeamName_Axis", "^1ZOMBIES");
      
        }
that's what I did, and not rolled, use the mAddons v1.0.3
Pages: 1 2