CSGO player menu votes!

LittleB
This is my homepage
This is my homepage
Posts: 160
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Feb 06, 2012 4:14 am
Location: US
Contact:

Re: CSGO player menu votes!

Post by LittleB »

kdawgmaster wrote:is there a way to remove the se version of the maps from the server?
If you mean from the game server,you can delete bsp & nav files from the maps folder.Also don't forget to remove them from your map group,maplist & mapcycle.
Image
Cain
This is my homepage
This is my homepage
Posts: 183
Joined: Sat Sep 01, 2012 6:27 am

Re: CSGO player menu votes!

Post by Cain »

FlyingMongoose wrote:Through the gamemodes_server.txt file you can also decide which items you WANT people to have access to vote, for this to work sv_allow_votes should be 1, the following would be put into the "convars" block for gamemodes_server.txt of whatever gamemode you set.

Code: Select all

//Votes
						// Can people hold votes to change levels?
						"sv_vote_issue_changelevel_allowed"		"0"
						// Can people hold votes to kick players from the server?
						"sv_vote_issue_kick_allowed"			"0"
						// Allow players to extend the current map?
						"sv_vote_issue_nextlevel_allowextend"	"0"
						// Can people hold votes to restart the game?
						"sv_vote_issue_restart_game_allowed"	"0"
						// Can people hold votes to scramble the teams?
						"sv_vote_issue_scramble_teams_allowed"	"0"
						// Can people hold votes to surrender?
						"sv_vote_issue_surrrender_allowed"		"0"
						// Can people hold votes to swap the teams?
						"sv_vote_issue_swap_teams_allowed"		"0"
						// How long should a kick vote ban someone from the server? (in minutes)
						"sv_vote_kick_ban_duration"				"5"
set how you like.

Thx for this...

Where exactly is the Convar Block???

And Can I put these commands somewhere else, some other .cfg file perhaps??

I tried typing some of these commands into the console and the commands are not recognized?? <scratching head>...
finn
A regular
A regular
Posts: 59
Joined: Sat Aug 25, 2012 3:48 pm

Re: CSGO player menu votes!

Post by finn »

These are locked convars as mentionedand need to be in the gamemodes_server.txt file. They cannot be in a .cfg
Cain
This is my homepage
This is my homepage
Posts: 183
Joined: Sat Sep 01, 2012 6:27 am

Re: CSGO player menu votes!

Post by Cain »

Thx finn. Where did you guys read about these ??

And are the default values all "0"?
finn
A regular
A regular
Posts: 59
Joined: Sat Aug 25, 2012 3:48 pm

Re: CSGO player menu votes!

Post by finn »

Default values are probably all "1" because voting is usually on by default.
FlyingMongoose
This is my homepage
This is my homepage
Posts: 353
Joined: Fri Sep 17, 2004 7:50 pm
Contact:

Re: CSGO player menu votes!

Post by FlyingMongoose »

Look into your existing gamemodes.txt for an example of how the gamemodes_server.txt might look. (do not save, overwrite, or modify this file)
Image
Post Reply