搜索
查看: 2741|回复: 7

请问怎么取消服务器里的这几句提示

[复制链接]
匿名  发表于 2003-9-14 01:00:56 |阅读模式 来自 Invalid
Type 'amx_help' in the console to see available commands
Time Left: 44:43 min. Next Map: de_inferno

谢谢,服务器每过一段时间就提示这个,我想取消,修该哪个文件应该
谢谢:)
发表于 2003-9-14 10:51:40 | 显示全部楼层 来自 中国–北京–北京
当每个新玩家连接到服务器就会有这个字幕显示的。。。偶感觉不错啊,很方便
如果非要关闭的话,看看welcomsg.amx是不是这个功能,具体的也不太清楚了。
回复

使用道具 举报

发表于 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                  ; 显示现在这张地图还有多长时间结束
就是在这行前加一个分号,一定要是半角的....
回复

使用道具 举报

发表于 2003-9-15 10:37:07 | 显示全部楼层 来自 中国–福建–厦门
估计是在admincmd.amx中
回复

使用道具 举报

发表于 2003-9-17 23:34:37 | 显示全部楼层 来自 中国–福建–三明
顶~~~~```
回复

使用道具 举报

发表于 2003-9-18 12:27:59 | 显示全部楼层 来自 中国–陕西–西安
明白 收到
回复

使用道具 举报

发表于 2003-9-19 00:53:41 | 显示全部楼层 来自 中国–江西–南昌
把adminhelp.sma中的
public client_putinserver(id)
  setHelp(id)
删掉再编译就行了
回复

使用道具 举报

发表于 2003-9-20 09:41:05 | 显示全部楼层 来自 中国–福建–龙岩
plugins中禁用adminhelp也一样。:)
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表