Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP
#11
Use this:

Code:
public override void OnServerLoad()
        {
            SetDvar("g_TeamName_Allies", "^2Still Alive...");
            SetDvar("g_TeamName_Axis", "^1ZOMBIES");
        }
Reply

#12
I created a plugin with the commands that you became friends, but still not working.
Reply

#13
Add in the plugin this:

Code:
public override void OnMapChange()
        {
           SetDvar("g_TeamName_Allies", "^2Still Alive...");
             SetDvar("g_TeamName_Axis", "^1ZOMBIES");
      
        }
Reply

#14
that's what I did, and not rolled, use the mAddons v1.0.3
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.