From 79d0b37e157791821a0eaf6c8631bf2ab51c498e Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Thu, 12 Feb 2004 18:15:21 +0000 Subject: [PATCH] changed AMX to AMX Mod X | changed amxmod.net to amxmod.info --- configs/amx.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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