ItsMods

Full Version: Team Balance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I host a server and play several game types and am in need of a way to have the teams balanced.

I am aware of the config file for this: seta scr_teambalance "1"

However, I play several game types to include infected and can't have that command in the config file as it would balance the infected teams.

Is there a way to make a plugin that will balance the teams when a game type that requires balanced teams comes up in the server rotation and still support all the game types that don't require balanced teams?

Thanks
Yes it's interesting, me too I use this commands on my server.cfg but I play with all gamemodes and it's a problem when I'm in juggernaut or Infected

If you have a solutions, this will be great^^
thank you in advance
(02-24-2012, 07:34)dthem_2000 Wrote: [ -> ]Is there a way to make a plugin that will balance the teams when a game type that requires balanced teams comes up in the server rotation and still support all the game types that don't require balanced teams?

Yes, you can do something like:

Code:
if(gamemode == infected){
seta scr_teambalance "0"
}
else{
seta scr_teambalance "1"
}
There is no dvar scr_teambalance.
Has anyone had a chance to look into this question?

Thanks,
With all due respect, but are you retarded?

http://www.itsmods.com/forum/Thread-Rele...-v1-5.html

Released days ago