Daemon666 / CSB Welcome MOTD Public

Shows a welcome MOTD once per player per map and a personalised coloured chat greeting with name and country.

v1.0.0 117 downloads GPL-3.0 Last updated Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Oct 26, 2025 1 Versions
csb_welcome_motd.sma main 84ff98a 3.3 KB
README.md

CSB Welcome MOTD greets players properly. A short delay after they connect it opens a welcome MOTD - either a URL or a local HTML/text file you specify - and prints a personalised coloured chat line with the player's name, their country (resolved with GeoIP from their IP) and, for returning players, their score. Set csb_welcome_firstonly and the MOTD is shown only the very first time a SteamID is ever seen; that flag is stored in an nVault database so it survives map changes and restarts.

Features

  • MOTD from a URL or a local file, shown once per map after a delay.
  • Coloured chat greeting with name and GeoIP country.
  • First-time-only mode backed by an nVault flag per SteamID.
  • Bots are skipped.

Installation

  1. Enable the nvault and geoip modules in modules.ini.
  2. Compile csb_welcome_motd.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Optionally put your MOTD text in addons/amxmodx/data/welcome.txt or set csb_welcome_url.
  4. Change the map.
Installation
1. Enable the nvault and geoip modules in addons/amxmodx/configs/modules.ini
2. Put csb_welcome_motd.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Optionally edit addons/amxmodx/data/welcome.txt or set csb_welcome_url
4. Change map
CVARs
CVARDefaultDescription
csb_welcome_enabled 1 Enable or disable the welcome MOTD.
csb_welcome_delay 4.0 Seconds after connect before showing the MOTD.
csb_welcome_firstonly 0 Show the MOTD only to first-time SteamIDs.
csb_welcome_url MOTD URL; if empty the local file is used.
csb_welcome_file welcome.txt Local MOTD file under the AMXX data dir.
Changelog — v1.0.0
1.0.0 - Initial release.
Versions →
Rating

No ratings yet.

About
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Download source (.sma)
Requirements
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules nvault geoip
Contributors
Back to Plugins