Update ns/amxx.cfg

This commit is contained in:
Hattrick HttrckCldHKS 2018-09-11 11:53:19 +03:00 committed by GitHub
parent a90356bde4
commit 2fbaceceb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,15 +34,15 @@ 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
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X %version%" 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
//