搜索
查看: 3420|回复: 12

amx.cfg最大支持几条公告??

[复制链接]
发表于 2005-7-28 01:35:25 | 显示全部楼层 |阅读模式 来自 中国–陕西–咸阳
为什么有些公告后面不显示了??是不是太多了??
发表于 2005-7-28 10:26:26 | 显示全部楼层 来自 中国–广东–佛山–顺德区
// 信息显示的间隔时间,以秒为单位
amx_freq_imessage 180

跟这个参数还有和每局地图时间有点关系吧
如果你设amx_freq_imessage 2
我想再多的广告也可以显示得完 :byebye:
回复

使用道具 举报

 楼主| 发表于 2005-7-28 10:50:17 | 显示全部楼层 来自 中国–陕西–咸阳
Post by QQ8
// 信息显示的间隔时间,以秒为单位
amx_freq_imessage 180

跟这个参数还有和每局地图时间有点关系吧
如果你设amx_freq_imessage 2
我想再多的广告也可以显示得完 :byebye:


不行,怎么调试发送间隔,都是只有六条。。

楼上的对这个有研究么??
回复

使用道具 举报

发表于 2005-7-28 11:46:51 | 显示全部楼层 来自 中国–陕西–西安
默认最多6条,要更多请修改imessage.sma
回复

使用道具 举报

 楼主| 发表于 2005-7-28 14:18:22 | 显示全部楼层 来自 中国–陕西–咸阳
Post by nwb13
默认最多6条,要更多请修改imessage.sma



多谢指教,我马上去测试。。
回复

使用道具 举报

 楼主| 发表于 2005-7-28 14:28:51 | 显示全部楼层 来自 中国–陕西–咸阳
Post by 乖乖宝
多谢指教,我马上去测试。。


/* Uncomment the following line to get localized messages.
*  You'll have to translate them in the translations file.
*/
//#define USE_TRANSLATIONS

#define MAX_MESSAGES  6
#define X_POS         -1.0
#define Y_POS         0.30
#define HOLD_TIME     12.0


这一段我改成了
/* Uncomment the following line to get localized messages.
*  You'll have to translate them in the translations file.
*/
//#define USE_TRANSLATIONS

#define MAX_MESSAGES  12
#define X_POS         -1.0
#define Y_POS         0.30
#define HOLD_TIME     12.0

但还是不行,是不是要取消前面的#号??
回复

使用道具 举报

 楼主| 发表于 2005-7-28 14:40:27 | 显示全部楼层 来自 中国–陕西–咸阳
Post by 乖乖宝
/* Uncomment the following line to get localized messages.
*  You'll have to translate them in the translations file.
*/
//#define USE_TRANSLATIONS

#define MAX_MESSAGES  6
#define X_POS         -1.0
#define Y_POS         0.30
#define HOLD_TIME     12.0


这一段我改成了
/* Uncomment the following line to get localized messages.
*  You'll have to translate them in the translations file.
*/
//#define USE_TRANSLATIONS

#define MAX_MESSAGES  12
#define X_POS         -1.0
#define Y_POS         0.30
#define HOLD_TIME     12.0

但还是不行,是不是要取消前面的#号??



我改成了这样,取消了也还是不行。。

/* Uncomment the following line to get localized messages.
*  You'll have to translate them in the translations file.
*/
//#define USE_TRANSLATIONS

define MAX_MESSAGES  12
#define X_POS         -1.0
#define Y_POS         0.30
#define HOLD_TIME     12.0
回复

使用道具 举报

 楼主| 发表于 2005-7-28 16:35:08 | 显示全部楼层 来自 中国–陕西–咸阳
按代码来说不应该取消#。。
回复

使用道具 举报

发表于 2005-7-28 16:43:29 | 显示全部楼层 来自 中国–陕西–西安
:cold:
你有没有编译啊
回复

使用道具 举报

 楼主| 发表于 2005-7-28 17:05:23 | 显示全部楼层 来自 中国–陕西–咸阳
Post by nwb13
:cold:
你有没有编译啊



怎么编译阿??
回复

使用道具 举报

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

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