乖乖宝 发表于 2005-7-28 01:35:25

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

为什么有些公告后面不显示了??是不是太多了??

QQ8 发表于 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:

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

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

nwb13 发表于 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_MESSAGES6
#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_MESSAGES12
#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_MESSAGES6
#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_MESSAGES12
#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_MESSAGES12
#define X_POS         -1.0
#define Y_POS         0.30
#define HOLD_TIME   12.0

乖乖宝 发表于 2005-7-28 16:35:08

按代码来说不应该取消#。。

nwb13 发表于 2005-7-28 16:43:29

:cold:
你有没有编译啊

乖乖宝 发表于 2005-7-28 17:05:23

Post by nwb13
:cold:
你有没有编译啊


怎么编译阿??
页: [1] 2
查看完整版本: amx.cfg最大支持几条公告??