auto balance

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
claytonbigsby
New to forums
New to forums
Posts: 12
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Feb 13, 2005 10:48 pm

auto balance

Post by claytonbigsby »

how do i get this to work.im new at this server thing so any help would be appreciated.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

should be on by default

the cvar is mp_autoteambalance and should be set to 1 in your server.cfg

you can also limit the difference in teams by mp_limitteams 1
-Nick
claytonbigsby
New to forums
New to forums
Posts: 12
Joined: Sun Feb 13, 2005 10:48 pm

Post by claytonbigsby »

thanks man.saved me again.
claytonbigsby
New to forums
New to forums
Posts: 12
Joined: Sun Feb 13, 2005 10:48 pm

Post by claytonbigsby »

both are set that way but dont seem to keep teams even.is there diff way to balance teams?i think i saw phb?forces people to switch.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

it will when its been more than one round like that

http://amxmodx.org/forums/viewtopic.php?p=25528

its an amxx plugin for PTB
-Nick
claytonbigsby
New to forums
New to forums
Posts: 12
Joined: Sun Feb 13, 2005 10:48 pm

Post by claytonbigsby »

how do i get double kill multi kill ultrakill sounds and writing to pop up?
kalel
New to forums
New to forums
Posts: 14
Joined: Mon Feb 14, 2005 4:27 pm

Post by kalel »

if you have amx or admin mod it is a option you can use.
User avatar
TimeX
Staff
Staff
Posts: 1731
Joined: Thu Jul 22, 2004 12:24 am
Location: Big Bear, CA

Post by TimeX »

claytonbigsby wrote:how do i get double kill multi kill ultrakill sounds and writing to pop up?
Thats done with the statsme plugin, which you can install from the easy setup tab in control panel.
TimeX
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

after installing statsme unless you already have that installed, go to addons/statsme/scriptpacks.cfg in file manager

look for this:

Code: Select all

// MultiKillPack
//exec addons/statsme/scriptpacks/mkpack/killingspree.cfg
//exec addons/statsme/scriptpacks/mkpack/multikill.cfg
You want to make that looks like this by removing the // in front:

Code: Select all

// MultiKillPack
exec addons/statsme/scriptpacks/mkpack/killingspree.cfg
exec addons/statsme/scriptpacks/mkpack/multikill.cfg
now make sure you have a statsme menu password set in addons/statsme/statsme.cfg

Code: Select all

// Set password for StatsMe Menu (no password disables menu)
sm_menupassword "password"
Now go ingame and type as player in the console: statsme_menu password

keep going to the end of the menu, by hitting more, and turn on multikill and killingspree, by hitting that appropiate number.

Now it should be on. If you are having any trouble, come into our IRC channel on GameSurge.
-Nick
Post Reply