> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Manage In-Game Advertisements in Counter-Strike 2

> Promote your community resources and server rules with automated announcements. Learn how to configure chat and center-screen advertisements on your CS2 server.

## Connecting with Your Community

Automated in-game advertisements are indispensable tools for expanding your community and communicating essential information to your player base. Whether you are promoting a Discord invitation, advertising VIP membership packages, or notifying players of scheduled maintenance, consistent and well-formatted messages ensure your announcements reach every active participant. The FREAKHOSTING Game Panel allows you to easily manage these automated scripts to maintain a professional and informative environment.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

## Technical Infrastructure

In the Counter-Strike 2 environment, automated broadcasting is managed through the **CounterStrikeSharp** framework.

<Steps>
  <Step title="Verify Prerequisites">
    Ensure that both [Metamod:Source](/games/counter-strike-2/how-to-install-metamod-on-a-counter-strike-2-server) and [CounterStrikeSharp](/games/counter-strike-2/how-to-install-counterstrikesharp-on-a-counter-strike-2-server) are correctly initialized on your server.
  </Step>

  <Step title="Deploy Advertisement Plugin">
    Acquire a compatible CSS "Advertisements" plugin from a reputable repository and upload it to your server's `plugins` directory.
  </Step>
</Steps>

***

## Configuration Logic

The behavior of your announcements is governed by a JSON-based registry, typically located at `/addons/counterstrikesharp/plugins/Advertisements/advertisements.json`.

```json theme={null}
[
  {
    "Message": "{Green}[FREAKHOSTING] {White}Join our Discord at discord.gg/freakhosting",
    "Type": "Chat",
    "Interval": 180
  },
  {
    "Message": "Interested in VIP? Type !vip in chat!",
    "Type": "Center",
    "Interval": 600
  }
]
```

### Strategic Placement & Timing

<Tabs>
  <Tab title="Standard Chat">
    The `Chat` type displays messages in the standard text box. This is ideal for sharing long-form information like rule lists or community links that players can reference during their session.
  </Tab>

  <Tab title="Center-Screen">
    The `Center` type broadcasts bold text in the middle of the player's HUD. This is a high-visibility option best utilized for urgent notifications or critical server rules that require immediate attention.
  </Tab>

  <Tab title="Optimizing Intervals">
    The `Interval` parameter defines the delay in seconds between repetitions. We recommend a duration of **180 to 300 seconds** for chat messages to maintain a balance between visibility and avoiding "spam" that could annoy your community.
  </Tab>
</Tabs>

***

<Note>
  ### Stylized Formatting (Colors)

  CS2 supports advanced color tags within chat messages. using tags such as `{Red}`, `{Blue}`, `{Gold}`, `{Green}`, and `{Default}` allows you to highlight your brand name or critical keywords, making your announcements significantly easier to read and more engaging for new players.
</Note>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **CS2:** Communication active.
</div>
