1

Topic: Addvote?

Who will tell how to vote?

Thanks in advance!



                                                                                                                                                                            // Ecoze

Sorry my bad english big_smile
Translate through google yikes

2 (edited by Apmox 2011-04-15 09:45:41)

Re: Addvote?

I guess the code is
//EDIT: Watch the latest posts

» Albert Einsteein: I have no special talent. I am only passionately curious.

3 (edited by Ecoze 2011-04-11 13:17:22)

Re: Addvote?

I did so

"restart 10" "restart to 10 seconds"


Oops! no!!!!

Sorry my bad english big_smile
Translate through google yikes

4

Re: Addvote?

Oops, sorry i wrote it wrong:

add_vote "Restart to 10 seconds" "restart 10"

This is the order..

» Albert Einsteein: I have no special talent. I am only passionately curious.

5

Re: Addvote?

okay thanks smile

Sorry my bad english big_smile
Translate through google yikes

6 (edited by HipHopBlond 2011-04-15 14:49:52)

Re: Addvote?

@Apmox: It should be restart *in 10 seconds wink

I just wanna say that this option is awesome since you can mask the commands and explain them easier to the common player, for instance:

add_vote "1 on 1" "sv_spectator_slots 14"

7

Re: Addvote?

Hip-Hop_BLOND wrote:

@Apmox: It should be restart *in 10 seconds wink

I just wanna say that this option is awesome since you can mask the commands and explain them easier to the common player, for instance:

add_vote "1 on 1" "sv_spectator_slots 14" smile !!!

Lol I just copied his code and re-ordered wink Didn't noticed that it was wrong ^^ Anyway, for sure you can mask any command, since you can execute a full config file like:

add_vote "Play ctf5 6on6" "exec ctf.cfg"

And the ctf.cfg file contains:

sv_gametype ctf
sv_map ctf5
sv_scorelimit 1000
sv_spectator_slots 4
» Albert Einsteein: I have no special talent. I am only passionately curious.

8 (edited by HipHopBlond 2011-04-15 14:49:05)

Re: Addvote?

Apmox wrote:
add_vote "Play ctf5 6on6" "exec ctf.cfg"

And the ctf.cfg file contains:

sv_gametype ctf
sv_map ctf5
sv_scorelimit 1000
sv_spectator_slots 4

Yah well, I was using this way for too long and to tell you the truth it's too messy, 'cuz I had around 6 cfg's for each server, let's not forget we can add more then one command on a line (I think):

 add_vote "2 on 2" "sv_map ctf5; sv_scorelimit 1000; sv_spectator_slots 4"

Could you please test something like it and report it here, 'cuz I'm busy atm?

9

Re: Addvote?

Hip-Hop_BLOND wrote:
 add_vote "2 on 2" "sv_map ctf5; sv_scorelimit 1000; sv_spectator_slots 4"

Could you please test something like it and report it here, 'cuz I'm busy atm?

Nop, it doesn't work. wink

» Albert Einsteein: I have no special talent. I am only passionately curious.