diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 00d34474..88074fd9 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -35,14 +35,14 @@ amx_show_activity 2 // Frequency in seconds and text of scrolling message // // Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600 -amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600 +amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X %version%" 600 // Center typed colored messages (last parameter is a color in RRRGGGBBB format) // // Default values: "Welcome to %hostname%" "000255100" -// "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255" +// "This server is using AMX Mod X %version%\nVisit http://www.amxmodx.org" "000100255" amx_imessage "Welcome to %hostname%" "000255100" -amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255" +amx_imessage "This server is using AMX Mod X %version%\nVisit http://www.amxmodx.org" "000100255" // Frequency in seconds of colored messages //