mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-27 07:15:37 +03:00
Update amxx.cfg
This commit is contained in:
parent
f22a7d0821
commit
0ee62c2fee
@ -35,14 +35,14 @@ amx_show_activity 2
|
|||||||
// Frequency in seconds and text of scrolling message
|
// Frequency in seconds and text of scrolling message
|
||||||
//
|
//
|
||||||
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
|
// 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
|
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)
|
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
|
||||||
//
|
//
|
||||||
// Default values: "Welcome to %hostname%" "000255100"
|
// 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 "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
|
// Frequency in seconds of colored messages
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user