|
发表于 2003-9-14 11:32:59
|
显示全部楼层
来自 中国–山东–济南
第一句在\cstrike\addons\amx目录下的amx.cfg里,想这样:
// 服务器定时在下方滚动显示服务器信息,以秒为单位
amx_scrollmsg "Welcome to %hostname% -- My own server -- Visit http://zhy578688.web165.com" 150
amx_scrollmsg "Please say:menu to vote kick/ban/map with AMX menu" 200
amx_scrollmsg "You can say:thetime to know the time now !!" 120
amx_scrollmsg "With AMX_HELP in the console,you can find more....." 250
// clanmod风格的服务器MOTD彩色信息,后面的颜色RGB代码可以自己修改
amx_imessage "Welcome to %hostname% Please Enjoy Yourself ! (^_^)" "251096227"
amx_imessage "Please Have Fun in %hostname%\nMore Info Please Visit http://www.freewebs.com/zhy578688" "000100255"
amx_imessage "Don't Camp Don't Teamkiller Don't Runaway" "255100222"
amx_imessage "Hello! Nice to meet you" "112228217"
amx_imessage "You are welcome!!!" "101240243"
amx_imessage "Please don't be cheating here !!!" "255000000"
amx_imessage "If I find anyone cheating, I will punish him " "000000254"
amx_imessage "I wish you could often come here as many as possible.. " "074251140"
不想要删了就行...........
第二句是cstrike\addons\amx\plugins目录下的timeleft.amx插件,打开plugins.ini把下面这行
timeleft.amx ; 显示现在这张地图还有多长时间结束
改为
;timeleft.amx ; 显示现在这张地图还有多长时间结束
就是在这行前加一个分号,一定要是半角的.... |
|