|
发表于 2009-6-22 15:40:45
|
显示全部楼层
|阅读模式
来自 中国–河南–三门峡
描述:
英文原文:This plugin converts chat messages to decals and paints them on the wall. You are limited to capital A-Z and 0-9.
Messages are repainted on client connect and new round.
汉语译文:这个插件把你说的话(chat messangs)转换成能喷绘到墙面的贴图,但是是有限制的,只能输入大写的A-Z和0-9
信息会在客户端重新连接或者新的一局开始的时候重新绘制.
使用方法
(命令)Commands:
amx_walltext "I am using walltext yay"
If you don't want to use the menu, you can use this.
(如果你不想使用菜单,你可以用上面的方法)
amx_walltextmenu or say walltextmenu
This brings up a menu to control the plugin.
(这样做你可以打开一个菜单以控制插件)
Note: Deleted decals will disappear on new round.
(注意,删除贴图后新的一局将不再显示)
Special Features:
(特殊性能)
You can do multiline messages:
(你可以做到多样化信息)
Put a comma ( , ) to move down to the next line.
(放一个逗号下移下一行)
You can display dynamic text:
(你可以显示一个动态文本)
Edit the walltext-mapname.ini file. Instead of your regular message, type the full path of a text file you want the plugin to read. It will only read the first line and use that as your message.
(编辑walltext-mapname.ini 文件.代替你的常规信息,而不是完整路径的类型的插件的文本文件来阅读.它只会读第一行和使用,作为你的信息,即WALLTEXT)
Note: The path to your file starts in the 'cstrike' directory. To display the first line of your motd.txt, use motd.txt as your message.
Files
The plugin will save messages to:
amxmodx\configs\maps\walltext-mapname.ini
(插件将保存信息到amxmodx\configs\maps\walltext-mapname.ini)
This is the format:
( Origin XYZ, Direction XYZ, Text )
(格式为:起始XYZ坐标,终止XYZ坐标,文本内容) - -2313.605468;-1173.158447;0.031257;0.000000;12.000000;0.000000;YOUR MESSAGE HEREThis one will print the first line of your motd.txt:
复制代码
- -2313.605468;-1173.158447;0.031257;0.000000;12.000000;0.000000;motd.txt
复制代码
Cvars (Regular HL Cvars)
Brought to you by: http://scripting.elxdraco.net/cvarlist/
mp_decals 300
It sets the maximum decals* visible on the screen. It has to be set before connection to server. It's not the same as r_decals.
r_decals 4096
It sets the decals* limit. If higher than mp_decals, it will be set to mp_decals value (It's reset to mp_decals value when connecting to server). It's not the same as mp_decals.
*Spray logo, bullet holes, grenade scorch, blood on ground
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|