Pour la limite des classes y'a un fichier à éditer :
"MaxClassPlayers"
{
//Default config if the map tree is not found
"default"
{
//When there is 1 to 5 players in the server
"1-5"
{
//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"
"heavy" "0"
"pyro" "-1"
"spy" "-1"
"engineer" "-1"
}
//When there is 6 players in the server
"6"
{
//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"
"heavy" "1"
"pyro" "-1"
"spy" "-1"
"engineer" "-1"
}
//Anything that is not set, will be -1 (no limit)
}
//Put the map name as the name for specif-map config
"ctf_2fort"
{
//When there is 1 to 5 players in the server
"1-5"
{
//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"
"heavy" "0"
"pyro" "-1"
"spy" "-1"
"engineer" "-1"
}
//When there is 6 players in the server
"6"
{
//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"
"heavy" "1"
"pyro" "-1"
"spy" "-1"
"engineer" "-1"
}
//Anything that is not set, will be -1 (no limit)
}
//Put the map name as the name for specif-map config
"cp_orange_x"
{
//When there is 1 to 5 players in the server
"1-5"
{
//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"
"heavy" "0"
"pyro" "-1"
"spy" "-1"
"engineer" "-1"
}
//When there is 6 players in the server
"6"
{
//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"
"heavy" "1"
"pyro" "-1"
"spy" "-1"
"engineer" "-1"
}
//Anything that is not set, will be -1 (no limit)
}
Bon voilà il est simple mais il faut savoir ce qu'il faut faire avant. Donc si vous m'indiquez ce qu'il faut modifier je le fais.
Sinon est-ce que le plugin de stats et le sudden death marchent?