CSB Server Adverts

v1.0.0 9 downloads Daemon666 Last updated: Jul 14, 2026

Rotating chat announcements for your CS 1.6 server — timed, coloured, and config-driven.

CSB Server Adverts rotates a list of messages into your server chat on a timer. Use it to announce your website, Discord, rules, or VIP perks without nagging players every round.

Features

  • Unlimited messages from a simple csb_adverts.ini config (up to 32 loaded).
  • Configurable interval and prefix via CVARs.
  • Colour codes supported (^x04 green, ^x03 team, ^x01 default).
  • Skips broadcasting when the server is empty — no wasted messages.
  • say /adverts lists the loaded adverts for admins.

Installation

  1. Compile the plugin (or grab the ready .amxx above).
  2. Drop adverts.amxx into addons/amxmodx/plugins/.
  3. Add adverts.amxx to addons/amxmodx/configs/plugins.ini.
  4. Create addons/amxmodx/configs/csb_adverts.ini with one message per line.
  5. Change the map or restart the server.

Installation

1. Put adverts.amxx in addons/amxmodx/plugins/
2. Add 'adverts.amxx' to addons/amxmodx/configs/plugins.ini
3. Create addons/amxmodx/configs/csb_adverts.ini (see csb_adverts.ini below)
4. Change map or restart the server

Requires AMX Mod X 1.9 or newer (1.8.2 is NOT supported — it lacks client_print_color).

CVARs

CVARDefaultDescription
csb_adverts_enabled 1 Enable (1) or disable (0) the advert rotation.
csb_adverts_interval 90.0 Seconds between adverts. Minimum 10.
csb_adverts_prefix [INFO] Prefix shown before every advert.

Commands

CommandAccessDescription
say /adverts ADMIN_CFG List the loaded adverts in console.

Changelog — v1.0.0

1.0.0 — Initial release.
 * Config-driven advert rotation (csb_adverts.ini)
 * Configurable interval and prefix
 * Skips broadcasting on empty servers
Versions →
Contributors: Daemon666 ✦
Original author: counter-strike-boost.com License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma) Download all files (.zip)
Files:
adverts.sma main 2.8 KB
csb_adverts.ini 0.4 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Known conflicts Disable other advert/announcement plugins to avoid duplicate chat spam.
Back to Plugins