mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
Update ns/amxx.cfg
This commit is contained in:
parent
a90356bde4
commit
2fbaceceb1
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user