mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
changed AMX to AMX Mod X | changed amxmod.net to amxmod.info
This commit is contained in:
parent
152ee5e4d5
commit
79d0b37e15
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user