Jump to content
[[Template core/global/global/lkeyWarning is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Piszę bo nie da rady normalnie grać!


famE
 Share

Recommended Posts

Sprawa jest następujaca. Wchodzę sobie na serwer, niby full, wszystko na pierwszy rzut oko dobrze, lecz wybieram team, patrzę a tam na 12 graczy, 7 snajperów i 3 spajów... I weź człowieku coś ugraj z takim składem. Przejebaliśmy szybko parę razy więc było scramble automatyczne, lecz to jeszcze pogorszyło sprawę bo w jednym składzie było 6 heavych a w drugim 10 snajperów tak na oko, więc wynik był z góry przesądzony. Tak więc jestem za tym by został wprowadzony limit klas. Nie wiem czy się zgodzicie ze mną ale TF2 polega na team playu bez, którego nie wygra się żadnej mapy, a z takimi składami jak podałem to gówna na patyku nawet się nie ukręci.

Przykładowy limit klas:

Scout: 4

Sold: 4 (3)

Pyro: 3

Demo: 4

Heavy: 2

Engie: 4 (3)

Medyk: 3

Snajper: 3

Szpieg: 2 (3)

Link to comment
Share on other sites

Nie zgodzę się jak było ostatnio jak jeszcze był wcześniejszy serwer ? 1 spay w umiejętnych rękach poradził sobie z heavym i jeszcze się można było ukryć z demo było sporo problemów bo jak się takich 3 styrało obok siebie i zajebali minami to nie dało się przejść

Link to comment
Share on other sites

Uzupelnij wedlug uznania.

Tam gdzie jest 1-10 okreslona jest liczba graczy czyli do 10 ludzi jak gra to jest taki limit a od 11-26 jest inny limit. Mozna porobic wiecej przedzialow.

-1 oznacza brak limitow

0 zabrania uzywanie klasy

1,2,3... okresla limit

"MaxClassPlayers"
{
//Default config if the map tree is not found
"default"
{
		//When there is 6 to 32 players in the server
		"1-10"
		{
		 	//Team2 = red AND team3 = blue
		 	//set to 0 if you want this to only work on one team
		 	"red"		"1"
		 	"blue"		"1"

			//Put -1 for no limit, 0 for disalowed, and any other number to set the limit
			"scout"			  	"-1"
			"sniper"	  		"-1"
			"soldier"	  		"-1"
			"demoman"		  	"-1"
			"medic"			  	"-1"
			"heavyweapons"  "-1"
			"pyro"			  	"-1"
			"spy"				    "1"
			"engineer"			"-1"
		}

		//When there is 6 to 32 players in the server
		"10-26"
		{
		 	//Team2 = red AND team3 = blue
		 	//set to 0 if you want this to only work on one team
		 	"red"		"1"
		 	"blue"		"1"

			//Put -1 for no limit, 0 for disalowed, and any other number to set the limit
			"scout"				    "-1"
			"sniper"			    "-1"
			"soldier"		    	"-1"
			"demoman"			    "-1"
			"medic"				    "-1"
			"heavyweapons" 		"-1"
			"pyro"			    	"-1"
			"spy"				      "2"
			"engineer"		  	"-1"
		}
}
}

Link to comment
Share on other sites

"MaxClassPlayers" 
{ 
    //Default config if the map tree is not found 
    "default" 
    { 
            //When there is 6 to 32 players in the server 
            "1-10" 
            { 
                //Team2 = red AND team3 = blue 
                //set to 0 if you want this to only work on one team 
                "red"        "1" 
                "blue"        "1" 

                //Put -1 for no limit, 0 for disalowed, and any other number to set the limit 
                "scout"                  "4" 
                "sniper"              "3" 
                "soldier"              "4" 
                "demoman"              "4" 
                "medic"                  "3" 
                "heavyweapons"  "2" 
                "pyro"                  "2" 
                "spy"                    "2" 
                "engineer"            "4" 
            } 

            //When there is 6 to 32 players in the server 
            "10-26" 
            { 
                //Team2 = red AND team3 = blue 
                //set to 0 if you want this to only work on one team 
                "red"        "1" 
                "blue"        "1" 

                //Put -1 for no limit, 0 for disalowed, and any other number to set the limit 
                "scout"                    "4" 
                "sniper"                "3" 
                "soldier"                "4" 
                "demoman"                "4" 
                "medic"                    "3" 
                "heavyweapons"         "2" 
                "pyro"                    "2" 
                "spy"                      "2" 
                "engineer"              "4" 
            } 
    } 
}

Link to comment
Share on other sites

"MaxClassPlayers" 
{ 
    //Default config if the map tree is not found 
    "default" 
    { 
            //When there is 6 to 32 players in the server 
            "1-10" 
            { 
                //Team2 = red AND team3 = blue 
                //set to 0 if you want this to only work on one team 
                "red"        "1" 
                "blue"        "1" 

                //Put -1 for no limit, 0 for disalowed, and any other number to set the limit 
                "scout"                  "3" 
                "sniper"              "2" 
                "soldier"              "3" 
                "demoman"              "3" 
                "medic"                  "2" 
                "heavyweapons"  "2" 
                "pyro"                  "2" 
                "spy"                    "1" 
                "engineer"            "3" 
            } 

            //When there is 6 to 32 players in the server 
            "10-26" 
            { 
                //Team2 = red AND team3 = blue 
                //set to 0 if you want this to only work on one team 
                "red"        "1" 
                "blue"        "1" 

                //Put -1 for no limit, 0 for disalowed, and any other number to set the limit 
                "scout"                    "4" 
                "sniper"                "3" 
                "soldier"                "4" 
                "demoman"                "4" 
                "medic"                    "3" 
                "heavyweapons"         "2" 
                "pyro"                    "2" 
                "spy"                      "2" 
                "engineer"              "4" 
            } 
    } 
}

Przy ilości graczy od 1-10

"scout" "3"

"sniper" "2"

"soldier" "3"

"demoman" "3"

"medic" "2"

"heavyweapons" "2"

"pyro" "2"

"spy" "1"

"engineer" "3"

10-26 tak jak fame napisał i będzie najlepiej

"scout" "4"

"sniper" "3"

"soldier" "4"

"demoman" "4"

"medic" "3"

"heavyweapons" "2"

"pyro" "2"

"spy" "2"

"engineer" "4"

Link to comment
Share on other sites

  • 2 weeks later...
"MaxClassPlayers" 
 { 
     //Default config if the map tree is not found 
     "default" 
     { 
             //When there is 6 to 32 players in the server 
             "1-13" 
             { 
                 //Team2 = red AND team3 = blue 
                 //set to 0 if you want this to only work on one team 
                 "red"        "1" 
                 "blue"        "1" 

                 //Put -1 for no limit, 0 for disalowed, and any other number to set the limit 
                 "scout"                  "4" 
                 "sniper"              "3" 
                 "soldier"              "4" 
                 "demoman"              "4" 
                 "medic"                  "3" 
                 "heavyweapons"   "2" 
                 "pyro"                  "2" 
                 "spy"                    "1" 
                 "engineer"            "2" 
             } 

             //When there is 6 to 32 players in the server 
             "14-26" 
             { 
                 //Team2 = red AND team3 = blue 
                 //set to 0 if you want this to only work on one team 
                 "red"        "1" 
                 "blue"        "1" 

                 //Put -1 for no limit, 0 for disalowed, and any other number to set the limit 
                 "scout"                    "4" 
                 "sniper"                "3" 
                 "soldier"                "4" 
                 "demoman"                "4" 
                 "medic"                    "3" 
                 "heavyweapons"         "2" 
                 "pyro"                    "2" 
                 "spy"                      "2" 
                 "engineer"              "3" 
             } 
     } 
 }

Link to comment
Share on other sites

  • 1 month later...
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Privacy Policy.