Jump to content
Sign in to follow this  
brokekneck

Dedicated config question

Recommended Posts

Hello, kinda of a noob question here. I did some searching and didn't find anwser. What would I need to put in my server.cfg to allow players to select a mission when they join the server? So basicly they wouldn't sit at the waiting for host screen.

Share this post


Link to post
Share on other sites

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">voteMissionPlayers=1;

and if you don't want people to be able to vote an Admin then...

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">voteThreshold=1.5;

Share this post


Link to post
Share on other sites

the value in voteThreshold define how many percent of player that need to vote for a single thing. If you put it at 0.5, half of the players needs to vote. If it's 1, EVERYONE needs to be voting etc.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×