Exemplo n.º 1
0
 public void EndGamemodeRound()
 {
     GunGame.Info("EndGamemode Round");
     GunGame.roundstarted = false;
     GunGame.Server.Round.EndRound();
     GunGame.winner = null;
 }
Exemplo n.º 2
0
 public void EndGamemodeRound()
 {
     GunGame.Info("EndGamemode Round");
     GunGame.roundstarted = false;
     GunGame.Server.Round.EndRound();
     GunGame.winner = null;
     GunGame.pluginManager.CommandManager.CallCommand(null, "SETCONFIG", new string[] { "friendly_fire", "false" });
 }