1

Topic: [SOLVED] Vote for server options

Hi.

When you go to the party vote there options and Kick. How to add options in the options? Thank you.

2 (edited by Tee Killa 2010-02-28 13:52:14)

Re: [SOLVED] Vote for server options

Write in your config file:

sv_vote_kick 1    (enables kickvoting [1=on, 0=off])
sv_addvote 1      (enables vote option [1=on, 0=off])
addvote restart
addvote sv_map XXX
addvote sv_scorelimt XXX
addvote sv_max_clients XXX

or whatever you want.

(Btw, you could have had a look into the documentation, or searched the forum)

» Use the Search Function before opening multiple topics...
» Member of: JsA - Just stay Alloha! (since 2009)

3

Re: [SOLVED] Vote for server options

Add

addvote <server_setting>

to the config file.

For example:

addvote sv_map ctf2
addvote sv_map ctf3
aka cheesy

4

Re: [SOLVED] Vote for server options

Thank you for answer.

It's solved.