This product doesn't have a video preview yet.
Released
Aug 20, 2025
Downloads
16
One-time purchase

Version: 1.0
Author: illusion @ eSportsDesigns
Plugin Name: Advanced HUD Advertisements
AdvertsNEW is an AMX Mod X plugin for Counter-Strike servers that displays customizable rotating advertisements to players using HUD messages. The plugin supports multiple display modes, random colors, and various visual effects to create eye-catching server announcements.
%map% and %newline% placeholdersCompile the Plugin:
amxxpc AdvertsNEW.sma
Upload Files:
AdvertsNEW.amxx in /addons/amxmodx/plugins/AdvertsNEW.amxx to /addons/amxmodx/configs/plugins.iniConfiguration:
/addons/amxmodx/configs/adverts_hud.iniFile: /addons/amxmodx/configs/adverts_hud.ini
; Adverts HUD Configuration File
; Each line represents one advertisement
; Lines starting with ; are comments and will be ignored
Welcome to our server!
Join our community at www.example.com
Type !menu to open server menu
Current map: %map%
Line 1%newline%Line 2 of same ad
%map% - Replaced with current map name%newline% - Creates a line break in the HUD message; or / are treated as commentsamx_adverts_enabled
1
Enable/disable the advertisement system
amx_adverts_interval
60.0
Time interval between advertisements (seconds)
amx_adverts_random
0
Random order (1) or sequential (0)
amx_adverts_effect
2
HUD message effect type (0-3)
amx_adverts_holdtime
5.0
How long to display each advertisement
amx_adverts_fadein
0.1
Fade-in duration (seconds)
amx_adverts_fadeout
0.2
Fade-out duration (seconds)
amx_adverts_x
-1.0
X position (-1.0 = center)
amx_adverts_y
0.2
Y position (0.0 = top, 1.0 = bottom)
0 - No effect1 - Fade in/out2 - Flash/strobe effect3 - Write-out effectamx_reloadadverts
ADMIN_CVAR
Reloads advertisement configuration without restart
Welcome to [SERVER NAME]!
Visit our website: www.yoursite.com
Current map: %map%
Join our Discord: discord.gg/yourserver
Type !shop to open the store
=== SERVER RULES ===%newline%1. No cheating%newline%2. No spam%newline%3. Have fun!
You are playing on: %map%
Server time: Check !time command
Position Settings:
-1.0 centers horizontally, 0.0 = left, 1.0 = right0.0 = top of screen, 1.0 = bottom of screenTiming Recommendations:
Message Guidelines:
%newline% sparingly to avoid clutterAds not showing?
amx_adverts_enabled is set to 1Position issues?
amx_adverts_x and amx_adverts_y valuesPerformance concerns?
For issues or questions:
Note: This plugin requires ReAPI for advanced HUD message functionality. Ensure ReAPI is properly installed and configured on your Counter-Strike server.