CSB HUD Clock

v1.0.0 0 descargas Daemon666 Última actualización: Jul 15, 2026

Shows the real server time in a HUD corner with 12/24h format, a per-player timezone offset and optional map elapsed time.

CSB HUD Clock puts the real server clock in a small HUD corner. Choose 12h or 24h with a cvar, optionally show the elapsed map time next to it, and let each player nudge the displayed time to their own timezone with /clock +2 or /clock -3. /clock on its own toggles the display for that player.

Features

  • Real server time via get_time, refreshed every second.
  • 12h or 24h format cvar.
  • Per-player hour offset for timezones.
  • Optional map-elapsed-minutes readout.

Installation

  1. Compile csb_hud_clock.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  2. Change the map.

Instalación

1. Put csb_hud_clock.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
2. Change map

Cvars

CVARDefaultDescription
csb_clock_enabled 1 Enable or disable the HUD clock.
csb_clock_24h 1 1 = 24-hour format, 0 = 12-hour AM/PM.
csb_clock_elapsed 1 Show elapsed map minutes next to the clock.

Comandos

CommandAccessDescription
say /clock Toggle the clock, or '/clock +2' to set an hour offset.

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_hud_clock.sma main 3.8 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Conflictos conocidos Other plugins drawing a HUD message in the top-right corner may overlap the clock.
Volver a Plugins