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.kdawgmaster wrote:is there a way to remove the se version of the maps from the server?
CSGO player menu votes!
-
- 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!

Re: CSGO player menu votes!
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.set how you like.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"
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>...
Re: CSGO player menu votes!
These are locked convars as mentionedand need to be in the gamemodes_server.txt file. They cannot be in a .cfg
Re: CSGO player menu votes!
Thx finn. Where did you guys read about these ??
And are the default values all "0"?
And are the default values all "0"?
Re: CSGO player menu votes!
Default values are probably all "1" because voting is usually on by default.
-
- This is my homepage
- Posts: 353
- Joined: Fri Sep 17, 2004 7:50 pm
- Contact:
Re: CSGO player menu votes!
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)