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
- Compile the plugin (or grab the ready
.amxx above). - Drop
adverts.amxx into addons/amxmodx/plugins/. - Add
adverts.amxx to addons/amxmodx/configs/plugins.ini. - Create
addons/amxmodx/configs/csb_adverts.ini with one message per line. - 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
| CVAR | Default | Description |
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
| Command | Access | Description |
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 →
Original author:
counter-strike-boost.com
License: GPL-3.0
Rating
No ratings yet.