游戏乐悠悠网游开发网

标题: 设置彩色的GM名字 [打印本页]

作者: mythosdev    时间: 2015-9-22 10:49
标题: 设置彩色的GM名字
到neuz project, 转到MoverRender.cpp搜索:

// ¸í¼º¿¡ µû¸¥ »öÇ¥½Ã.#if __VER >= 13 // __HONORABLE_TITLE

另起一行添加如下代码:

if( IsAuthHigher(AUTH_ADMINISTRATOR)) // fnL { dwColor = 0xff9e054d; } else if( IsAuthHigher(AUTH_GAMEMASTER)) { dwColor = 0xff1d8fca; }

这是一个开放的if语句,你可以往后添加

if( IsChaotic() )

which is one line below, and just change the "if" to an "else if"

作者: dianpula    时间: 2018-12-20 09:53
资源甚好,感谢楼主。。




欢迎光临 游戏乐悠悠网游开发网 (http://bbs.yxlyy.club/) Powered by Discuz! X3.2