changed AMX to AMX Mod X | changed amxmod.net to amxmod.info

This commit is contained in:
Felix Geyer 2004-02-12 18:15:21 +00:00
parent 152ee5e4d5
commit 79d0b37e15

View File

@ -1,10 +1,10 @@
// AMX Configuration File // 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) // Default access for all non admin players (see users.ini for access details)
amx_default_access "z" 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") // (Example: setinfo _pw "password")
amx_password_field "_pw" amx_password_field "_pw"
@ -21,11 +21,11 @@ amx_mode 1
amx_show_activity 2 amx_show_activity 2
// Frequency in seconds and text of scrolling message // 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) // Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100" 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 // Frequency in seconds of colored messages
amx_freq_imessage 180 amx_freq_imessage 180