splewis / csgo-multi-1v1

CS:GO Sourcemod plugin to create multi-1v1 arena servers
GNU General Public License v3.0
278 stars 68 forks source link

Map change does not work correctly #222

Closed crashzk closed 5 years ago

crashzk commented 5 years ago

Expected behavior

Switch to the map you chose in the poll.

Actual behavior

I use the mapchooser.smx plugin on my server to have map polls to choose the next map.

The voting appears normally, the players vote and choose the map, all right, but there are moments when the server changes to a standard CSGO map, de_dust2 in the case, always for that.

Steps to reproduce

Install Multi1v1 on the server.

I in the case I have the server configured with the steam workshop maps, I have a own collection, use it for the polls.

errors_20190210.log

splewis commented 5 years ago

I see no reason to think this is releated to multi1v1. It doesn't affect how your server changes maps at all.

Steps to reproduce

Install Multi1v1 on the server.

That doesn't reproduce this.

borzaka commented 5 years ago

You want to use the native voting in CS:GO, or a SourceMod plugin to do that? Both can't work.

Fist, try to disable the nextmap plugin, which can interfere with other map changing plugins. Second; have you edited the maplists.cfgmapchooser” section to fill up only with compatible am_ maps?

Additional info for SourceMod map management plugins: Map Management Plugins (SourceMod)

This is my solution, and it's working;

But splewis is right: this is not related to multi-1v1 plugin. You have to deal with how your server changes maps.

crashzk commented 5 years ago

Worked, thank you @borzaka