well we just have it to have ttt as the only game mode to pick and it gets picked in like 2 sec so doesnt really matter...
Yeah the server does, but you got to edit a lua file to force it to 5 seconds gamemode vote, then it uses the set voting time for the map.
If you wish to use the Fretta voting system (that usualy picks gamemodes and map)
You can edit the file /orangebox/garrysmod/gamemodes/fretta/gamemode/sv_gmchanger.lua
Find the section function GM:StartGamemodeVote()
and change
timer.Simple( fretta_votetime:GetFloat(), function() GAMEMODE:FinishGamemodeVote( true ) end )
to
timer.Simple( 5, function() GAMEMODE:FinishGamemodeVote( true ) end )
the number 5 is the seconds to show the vote gamemode screen, you can try a lower number, however that can cause problems if it's too low, As some players can be stuck on the vote for gamemode screen while others are on the map vote screen.
Also remember to delete any other gamemodes that are fretta based (only other one that comes with GMOD is Dog Fight Arcade)
With that method it will list TTT as a voteable gamemode, so peeps will click on it, however since it's the only gamemode it will always get picked if no-one votes.
Then it goes to the map vote screen.
And it also alows players to use the F1, Fretta, change gamemode or numpad 2 option