We’ve added a feature that allows forum topics to be advertised directly inside CS 1.6 servers — no extra effort, no spam.
All you need to do is add a tag to your forum thread title.
Supported Forum Title Tags
Use one of the following tags at the beginning of your forum topic title:
How the In-Game Advertising Works
Player Commands (View Latest Topics)
Players can also manually view the latest forum topics by typing commands in chat.
Examples:
Forum Tag
Chat Commands examples:
When a player types the command, the server will display the latest topics matching that tag.
Examples of Forum Titles:
All you need to do is add a tag to your forum thread title.
Supported Forum Title Tags
Use one of the following tags at the beginning of your forum topic title:
PHP Code:
const forums_codes[][] = {
"[GIVEAWAY]",
"[NEW]",
"[CONTEST]",
"[ANNOUNCEMENT]",
"[EVENT]",
"[UPDATE]"
}
How the In-Game Advertising Works
- The server automatically loops and advertises forum topics
- The loop interval is controlled by a CVAR (every X minutes)
- Only tagged topics are advertised (no random spam)
- Messages rotate continuously while players are online
Player Commands (View Latest Topics)
Players can also manually view the latest forum topics by typing commands in chat.
Examples:
Forum Tag
Chat Commands examples:
Code:
[GIVEAWAY]
/giveaway
/giveawaysCode:
[EVENT]
/event
/eventsCode:
[ANNOUNCEMENT]
/announcement
/announcementsWhen a player types the command, the server will display the latest topics matching that tag.
Examples of Forum Titles:
- [GIVEAWAY] Win Free VIP (7 Days)
- [EVENT] Knife Only Night – Friday 21:00
- [UPDATE] Anti-Cheat Improvements
- [ANNOUNCEMENT] New Rules & Rewards

