1

Topic: Question about specific Vote

Well last week i made a server with help from a friend.
But now i want to make some votes in the server which change the whole gametype etc.
like in the 4on4 battlete server of Qi.
And luckily i did it with some helps...

it looks like this (in the cfg, example):

addvote "1on1 tdm;sv_gametype tdm;sv_map dm1;sv_scorelimit 10;sv_spectator_slots 14"

so well...
a pic from ingame:
http://i43.tinypic.com/2njk4m1.png

now my problem is.. how can i make it "prettier"?
i want that ingame it shows only in the votelist "1on1 DM1 TDM"
i tried everything and searched in the forum but didnt find anything

ah and i have a 2nd question^^
how can i do a [ENTER] in sv_motd?

thanks for quick answers :D
and sorry for my bad english =/

iMoe

2

Re: Question about specific Vote

iMoe wrote:

Well last week i made a server with help from a friend.
But now i want to make some votes in the server which change the whole gametype etc.
like in the 4on4 battlete server of Qi.
And luckily i did it with some helps...

it looks like this (in the cfg, example):

addvote "1on1 tdm;sv_gametype tdm;sv_map dm1;sv_scorelimit 10;sv_spectator_slots 14"

so well...
a pic from ingame:
http://i43.tinypic.com/2njk4m1.png

now my problem is.. how can i make it "prettier"?
i want that ingame it shows only in the votelist "1on1 DM1 TDM"
i tried everything and searched in the forum but didnt find anything

ah and i have a 2nd question^^
how can i do a [ENTER] in sv_motd?

thanks for quick answers big_smile
and sorry for my bad english =/

iMoe

Hi.
1) You cant make only 1on1 tdm vote, its not able now I think. But you can use "|1on1 tdm|; exec 1on1tdm.cfg", of course it will work only when you create file 1on1tdm.cfg and put all settings there
2) \n, example:

sv_motd "Hello, this is first line.\nHello, this is second line.\nHello, this is third line."

Don't forgot for quotes, without them it will not work
Nope smile

Goodbye all. Account inactive since March 2011.

3

Re: Question about specific Vote

Thanks a lot =))
it works :D
now its prettier xP

well i have a last question x)
how can i add a broadcast, when starting the server?
i dont know how i write it in the cfg file...

iMoe