Hi.
Does anyone know how to configure ET so the players will not be able to vote on restart of campaign and change campaign ( run a different one)?
Hi.
Does anyone know how to configure ET so the players will not be able to vote on restart of campaign and change campaign ( run a different one)?
thats in the server.cfg, not in hte actual game… unless you want to remove that option completely from ET, thats anotehr completely different and useless story
Which variable is it in the server.cfg. I can’t find it.
// VOTING
set g_allowVote “1”
set vote_limit “5”
set vote_percent “50”
set vote_allow_comp “1”
set vote_allow_gametype “0”
set vote_allow_kick “1”
set vote_allow_map “0”
set vote_allow_matchreset “0”
set vote_allow_mutespecs “1”
set vote_allow_nextmap “0”
set vote_allow_pub “1”
set vote_allow_referee “0”
set vote_allow_shuffleteams “1”
set vote_allow_swapteams “0”
set vote_allow_friendlyfire “0”
set vote_allow_timelimit “0”
set vote_allow_warmupdamage “1”
set vote_allow_antilag “0”
set vote_allow_balancedteams “0”
set vote_allow_muting “1”
At last I found something on google.
{ 0x1ff, “nextmap”, G_Nextmap_v, “Load Next Map”, “^7
Loads the next map or campaign in the map queue” },
So I guess it is the variable vote_allow_nextmap.