cstrike\addons\amxmodx\configs\amxx.cfg
眼睛張大一點!!!
----
// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
(那個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 Mod X Visit http://www.amxmodx.org" "000100255"
(綠色字體是字的顏色.格式RRRGGGBBB)
// Frequency in seconds of colored messages
amx_freq_imessage 180
(這邊的180是指amx_imessage這邊隔多久顯示的秒數)
-----
這邊喬一下就好了(記得要存成UTF-8或UNICODE的檔案編碼)