View Single Post
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 02-06-2023 , 01:25   Re: Map Manager Modular
Reply With Quote #44

Mistrick - everything is now working correct for me since implementing the changes from:

Quote:
Originally Posted by AllMassive View Post
will try again with these settings:
Code:
"Custom" "map_manager_maps_custom.ini" "0" "anytime"
"Standard" "maps.ini" "0" "anytime"
"Fun/Aim" "map_manager_maps_fun.ini" "0" "anytime"
to answer your questions:

map_manager_adv_lists.amxx was/is running:
Code:
[ 18] 17  Map Manager: Advanced   0.1.0       Mistrick                                           map_manager  debug
config options regarding map_manager_adv_lists.amxx from map_manager.cfg:

Code:
// Advanced lists
// EN: When voting, show the name of the list the map is in.
// RU: При голосовании показывать имя списка, в котором состоит карта.
// 0 - disable, 1 - enable
mapm_show_list_name_in_vote "0"

// EN: Delete maps from the nomination that are not in the new list of maps. Occurs when "Advanced lists" changes the current map list.
// RU: Удалять карты из номинации, которых нет в новом списке карт. Происходит, когда "Advanced lists" меняет текущий список карт.
// 0 - disable, 1 - enable
mapm_nom_remove_maps "0"

// EN: In the nomination menu, display active map lists (from "Advanced lists")
// RU: В меню номинации выводить активные списки карт (из "Advanced lists")
// 0 - disable, 1 - enable
mapm_nom_show_lists "1"
AllMassive is offline