Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Team Balance
#1
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
Reply

#2
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
Reply

#3
(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"
}
Reply

#4
There is no dvar scr_teambalance.
[Image: azuw.jpg]
Reply

#5
Has anyone had a chance to look into this question?

Thanks,
Reply

#6
With all due respect, but are you retarded?

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

Released days ago
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Call of Duty loser calls in SWAT team hoax on kid who beat him RaZ 3 3,821 04-24-2014, 19:31
Last Post: Casper
  Help How to disable auto balance? .sepultura. 3 3,953 10-07-2013, 19:44
Last Post: Nekochan
Question Help Team DAMAGE offhand E-losev 0 2,286 09-17-2013, 12:03
Last Post: E-losev
  Help choose 2 random players?(1 each team) 26hz 6 4,348 09-12-2013, 17:32
Last Post: Yamato
  [Request] Request for !afk and !balance plugins. UlTiiMaTuM 3 3,270 09-10-2013, 02:13
Last Post: UlTiiMaTuM
  Name Team CheGuevara 1 2,854 06-01-2013, 14:15
Last Post: Yamato
  [Release] Team Customizer iPaddie 35 26,093 04-14-2013, 12:34
Last Post: Nero Z zero
  Team struct Deviler86 6 5,130 04-10-2013, 15:23
Last Post: x1412
  Sniper rifles bullet's spread & Preventing joining to a team lammv 11 6,544 03-15-2013, 12:53
Last Post: lammv
  Sending a plaeyr to axis or allies team lammv 0 1,891 01-26-2013, 18:59
Last Post: lammv

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.