08-02-2012, 17:47
Use this:
Code:
public override void OnServerLoad()
{
SetDvar("g_TeamName_Allies", "^2Still Alive...");
SetDvar("g_TeamName_Axis", "^1ZOMBIES");
}