Daemon666 / CSB Admin Map Menu Публичен

Reads mapcycle.txt (or maps.ini) into a paginated menu; picking a map confirms, then changes level now or at round end. Includes amx_mapsearch.

v1.0.0 122 изтегляния GPL-3.0 Последна актуализация Aug 24, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Apr 1, 2026 1 Версии
csb_admin_map_menu.sma main a000f1b 6.0 KB
README.md

CSB Admin Map Menu turns your map list into a point-and-click change. On load it reads mapcycle.txt (falling back to addons/amxmodx/configs/maps.ini), validates every entry with is_map_valid so dead maps never appear, and builds a paginated menu. Pick a map and it asks whether to change now or at the end of the round.

Inspired by the AMX Mod X maps menu. Independent GPL re-implementation.

Features

  • amx_mapmenu opens the paginated, validated map list.
  • Confirmation step: change immediately or schedule for round end.
  • amx_mapsearch <part of name> filters the list by substring and opens a menu of the matches.
  • Handles both plain and { ... }-suffixed mapcycle lines, and skips comments.
  • The map change is announced to everyone and written to the AMXX log.

Installation

  1. Compile csb_admin_map_menu.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

Both commands need the ADMIN_MAP flag (e). If mapcycle.txt is empty the plugin tries maps.ini; if both are empty the menu reports that no maps were loaded.

Инсталация
1. Put csb_admin_map_menu.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map
Команди
CommandAccessDescription
amx_mapmenu e (ADMIN_MAP) Open the map change menu.
amx_mapsearch e (ADMIN_MAP) amx_mapsearch <part of name> - search maps and open a menu.
Списък с промени — v1.0.0
1.0.0 - Initial release.
Версии →
Оценка

No ratings yet.

Относно
  • Admin
  • Лиценз: GPL-3.0
  • Daemon666
  • Оригинален автор: AMX Mod X Development Team (Maps Menu)
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Изтегли .sma
Изисквания
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Известни конфликти Other map-vote / nextmap plugins that also call changelevel at round end can race this one.
Сътрудници
Обратно към плъгините