amx.cfg最大支持几条公告??
为什么有些公告后面不显示了??是不是太多了?? // 信息显示的间隔时间,以秒为单位amx_freq_imessage 180
跟这个参数还有和每局地图时间有点关系吧
如果你设amx_freq_imessage 2
我想再多的广告也可以显示得完 :byebye: Post by QQ8
// 信息显示的间隔时间,以秒为单位
amx_freq_imessage 180
跟这个参数还有和每局地图时间有点关系吧
如果你设amx_freq_imessage 2
我想再多的广告也可以显示得完 :byebye:
不行,怎么调试发送间隔,都是只有六条。。
楼上的对这个有研究么?? 默认最多6条,要更多请修改imessage.sma Post by nwb13
默认最多6条,要更多请修改imessage.sma
多谢指教,我马上去测试。。 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
但还是不行,是不是要取消前面的#号?? 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 按代码来说不应该取消#。。 :cold:
你有没有编译啊 Post by nwb13
:cold:
你有没有编译啊
怎么编译阿??
页:
[1]
2