CSB Nextmap Info

v1.0.0 0 téléchargements Daemon666 Dernière mise à jour: Jul 15, 2026

Shows the next map in a HUD line and answers /nextmap, announcing the upcoming map at fixed thresholds near map end.

CSB Nextmap Info keeps the upcoming map visible. It reads amx_nextmap live (so it reflects a map vote result), shows it in a small HUD line, answers /nextmap in chat with the time left, and announces the next map at fixed thresholds — 5, 2, 1 minute and 30 seconds — so nobody is caught out by the change.

Features

  • HUD line with the next map, refreshed live from amx_nextmap.
  • /nextmap chat command with time left.
  • Threshold announcements near map end (once each).
  • Pure core plugin, no extra modules.

Installation

  1. Compile csb_nextmap_hud.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  2. Make sure a nextmap/mapchooser plugin sets amx_nextmap (the stock nextmap.amxx does).
  3. Change the map.

Installation

1. Put csb_nextmap_hud.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
2. Ensure amx_nextmap is set by your map-cycle plugin
3. Change map

Cvars

CVARDefaultDescription
csb_nextmap_enabled 1 Enable or disable nextmap info.
csb_nextmap_hud 1 Show the next map as a HUD line.

Commandes

CommandAccessDescription
say /nextmap Show the next map and time left.

Journal des modifications — v1.0.0

1.0.0 - Initial release.
Versions →
Contributeurs: Daemon666 ✦
Licence: GPL-3.0

Note

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Télécharger .sma
Fichiers:
csb_nextmap_hud.sma main 2.9 KB

Prérequis

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Conflits connus Relies on amx_nextmap being set; without a nextmap plugin it will show 'unknown'.
Retour aux Plugins