InfoTop is a plugin designed to display essential server information at the start of each round in CS2. This ensures players always have key details about the game in a clear and user-friendly format.
- ๐ข Displays server info at the start of every round.
- ๐ Supports multiple languages for a personalized experience.
- ๐ฅ๏ธ HUD Messages for enhanced visibility.
- ๐ญ Mini advertisements configurable on-screen for announcements or promotions.
- โ๏ธ Easy to install and configure.
Join our Discord server to get support, share feedback, and stay updated with the latest plugin releases!
๐น Discord: https://discord.gg/xPTZ2uFgCt
Here are some screenshots showcasing InfoTop in action:
The plugin also features HUD messages that appear on-screen for better visibility. These messages support multiple languages and provide important information in real-time.
To run this plugin, ensure the following dependencies are installed:
1๏ธโฃ Metamod:Source (2.x)
๐ Download Here
2๏ธโฃ CounterStrikeSharp
๐ Download Here
3๏ธโฃ CS2-GameHUD
๐ Download Here
- Download the latest release:
๐ฅ InfoTop v1.3 - Extract & Upload the contents into:
game/csgo/addons/counterstrikesharp/plugins - Restart the server or change the map to activate the plugin.
- The plugin will now automatically start working! ๐
All configurations, including language settings, can be adjusted in the following file:
game/csgo/addons/counterstrikesharp/configs/plugins/InfoTop-COFYYE/InfoTop-COFYYE.json
-
prefix- Values: String (e.g.,
"{lightpurple}[InfoTop] {orange}ยปยป ") - Description: Sets the prefix for chat messages.
- Values: String (e.g.,
-
enable_welcome_msg- Values:
true,false - Description: Enables or disables the welcome message.
- Values:
-
enable_addip_msg- Values:
true,false - Description: Enables or disables the "Add IP to favorites" message.
- Values:
-
enable_infotop_text- Values:
true,false - Description: Enables or disables the round info display.
- Values:
-
show_info_every_x_round- Values: Integer (
1,2,3, etc.) - Description: Defines how often the info message should be displayed (every X rounds).
- Values: Integer (
-
enable_hud_ads- Values:
true,false - Description: Enables or disables HUD advertisements.
- Values:
-
duration_per_hud_ad- Values: Integer (e.g.,
30,60,120) - Description: Duration in seconds for each HUD advertisement before changing.
- Values: Integer (e.g.,
-
cooldown_per_hud_ad- Values: Integer (e.g.,
30,60,120) - Description: Cooldown period in seconds between each HUD advertisement.
- Values: Integer (e.g.,
-
hud_rgb_color- Values:
"R,G,B"(e.g.,"255,165,0") - Description: Sets the HUD text color using RGB values.
- Values:
-
hud_font_size
- Values: Integer (e.g.,
20,30,35) - Description: Defines the font size for the HUD messages.
hud_font_family
- Values:
"Font Name"(e.g.,"Arial Bold") - Description: Specifies the font family for HUD messages.
hud_position_x
- Values: Float (e.g.,
-2.4f,0.0f,2.0f) - Description: Defines the horizontal position of HUD messages.
hud_position_y
- Values: Float (e.g.,
3.8f,5.0f,-1.0f) - Description: Defines the vertical position of HUD messages.
hud_bg_border_height
- Values: Float (e.g.,
0.5f) - Description: Defines the HUD background border height.
hud_bg_border_width
- Values: Float (e.g.,
0.5f) - Description: Defines the HUD background border width.
hud_font_units
- Values: Float (e.g.,
0.25f) - Description: Defines the font unit scale for HUD messages.
welcome_messages
- Values: Multi-language message settings
- Example:
"welcome_messages": {
"welcome_message_1": {
"sr": "{orange}โ
ๅฝก {yellow}Dobrodosli na{orange}ใ {lime}{HOSTNAME}{orange} ใๅฝกโ
",
"en": "{orange}โ
ๅฝก {yellow}Welcome to{orange}ใ {lime}{HOSTNAME}{orange} ใๅฝกโ
"
}
}- Description: Sets the welcome messages in different languages. Supports
{NEXTLINE}for multi-line messages.
addip_messages
- Values: Multi-language message settings
- Example:
"addip_messages": {
"addip_message_1": {
"sr": "{yellow}Dodajte IP u favorites {orange}โคโค {lime}{IP}",
"en": "{yellow}Add IP to favorites {orange}โคโค {lime}{IP}"
}
}- Description: Sets the "Add IP to favorites" messages in different languages. Supports
{NEXTLINE}for multi-line messages.
infotop_text_messages
- Values: Multi-language message settings
- Example:
"infotop_text_messages": {
"infotop_text_message_1": {
"sr": "{yellow}Runda: {lime}{CURRENT_ROUNDS}{yellow}/{lime}{MAX_ROUNDS} {NEXTLINE} {yellow}Mapa: {lime}{CURRENT_MAP} {NEXTLINE} {yellow}Igraci: {lime}{CURRENT_PLAYERS}{yellow}/{lime}{MAX_PLAYERS}",
"en": "{yellow}Round: {lime}{CURRENT_ROUNDS}{yellow}/{lime}{MAX_ROUNDS} {NEXTLINE} {yellow}Map: {lime}{CURRENT_MAP} {NEXTLINE} {yellow}Players: {lime}{CURRENT_PLAYERS}{yellow}/{lime}{MAX_PLAYERS}"
}
}- Description: Configures the info text messages. Supports
{NEXTLINE}for multi-line messages.
hud_messages
- Values: Multi-language HUD message settings
- Example:
"hud_messages": {
"hud_message_1": {
"sr": "Dodajte IP u favorites โคโค {IP}",
"en": "Add IP to favorites โคโค {IP}"
}
}- Description: Configures HUD messages in multiple languages. Does NOT support
{NEXTLINE}.
A huge thank you to T3Marius for his incredible help in improving HUD messages in version 1.1! ๐
His expertise with WorldTextManager made this update smoother and more polished than ever! ๐
If you enjoy this plugin and want to support its future development, consider donating:
Your support is greatly appreciated! โค๏ธ
๐น Enjoy your game with InfoTop! ๐ฎ๐ฅ






