08-04-2018, 06:02 AM
I have this server.cfg:
It's not showing game mode menu, sv_vote_gametype is 1 BUT if I send it to server from command line it works fine!
Code:
sv_public 1
hostname "My Test server"
sv_vote_gametype 1
sv_motd "Hi, this is my epic server"
maxplayers 32
timelimit_override 5
log_file "server.log"
gametype dm
sv_vote_gametype 1
sv_vote_gametype_options "dm tdm lms ctf ca ft ka kh dom ons as"
g_maplist_votable 6
g_maplist_votable_nodetail 1
minplayers 0
g_warmup 2
It's not showing game mode menu, sv_vote_gametype is 1 BUT if I send it to server from command line it works fine!