diff --git a/configs/amx.cfg b/configs/amx.cfg index f942e715..7977847a 100755 --- a/configs/amx.cfg +++ b/configs/amx.cfg @@ -1,10 +1,10 @@ // AMX Configuration File -echo Executing AMX Configuration File +echo Executing AMX Mod X Configuration File // Default access for all non admin players (see users.ini for access details) amx_default_access "z" -// Name of setinfo which should store a password on a client +// Name of setinfo which should store a password on a client (you should change this) // (Example: setinfo _pw "password") amx_password_field "_pw" @@ -21,11 +21,11 @@ amx_mode 1 amx_show_activity 2 // Frequency in seconds and text of scrolling message -amx_scrollmsg "Welcome to %hostname% -- This server is using AMX" 600 +amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600 // Center typed colored messages (last parameter is a color in RRRGGGBBB format) amx_imessage "Welcome to %hostname%" "000255100" -amx_imessage "This server is using AMX\nVisit http://amxmod.net" "000100255" +amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmod.info" "000100255" // Frequency in seconds of colored messages amx_freq_imessage 180