evandrocoan / MultiModServer

It is a Multi-Mod plugin's configurations for Amx Mod X - https://forums.alliedmods.net/showthread.php?t=273018
GNU General Public License v3.0
19 stars 17 forks source link

The plugin seems to treat the tags after the mapnames of the list as part of the map filename #75

Open evandrocoan opened 7 years ago

evandrocoan commented 7 years ago

Originally Posted by addons_zz View Post It should be. If you configure your plugin cvar gal_vote_mapfile to a map file list as: Code: de_dust (Big) (Pro) huhhhh (Big) (Fun) ka_beams (Small) (Pro) gg_minecraftempire (Big) (Fun) de_perfect_inferno (Big) (Pro)

The tags you put after the map name should show up automatically on the map menu.

[QUOTE=damnyourefine;2540563]I did this, but the plugin seems to treat the tags after the mapnames of the list as part of the map filename. So, if I add "(Big)" as a tag to "de_dust", the server scans the map file and attempts to look for map with filename "de_dust (Big)".

When I did this, the plugin failed to do a vote because it couldn't find any maps (due to the tags).

The specific error was: Vote creation failed; no maps found.

As soon as I removed the tag from a map names, the voting word again. I made the changes in the map list file defined by 'gal_vote_mapfile'.

Any ideas on what I did wrong?[/QUOTE]

https://forums.alliedmods.net/showpost.php?p=2540563&postcount=825

evandrocoan commented 7 years ago

I just did a test and it is working:

image