回复: [分享]如何使用彩色聊天信息
format(msg, 511, "%L", LANG_SERVER, "ENTER_MSG", username, iRankPos, iRankMax)换成
console_print(id, "%d old connections saved.", g_Size);
该怎么用命令格式 收藏了贴子,呵可。 这种控制方法只对1.6的有效。
如果用在1.5的,怎么用列?测试了下无效。
特别使用“^x03后对应队伍颜色,即colorid为土匪时显示为红色,colorid为警察时显示为蓝色,colorid为观察员时显示为灰色”时,不行。 是不是只能在CS里使用,DOD里可以用吗 本帖最后由 dadibao 于 2010-4-13 00:58 编辑
#define PLUGIN "haha_player_color"
#define VERSION "0.1"
#define AUTHOR "All the people"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
// Add your code here...
}
public client_color(playerid, colorid, msg[])
{
message_begin(playerid?MSG_ONE:MSG_ALL,get_user_msgid("SayText"),_,playerid)
write_byte(colorid)
write_string(msg)
message_end()
}
public client_connect(id)
{
new msg, username
get_user_name(id, username, 31)
format(msg, 511, "^x01欢迎^x04%s^x01进入本服务器", username)
client_color(0, id, msg)
}
我来是顶帖的,嘻嘻。
我就喜欢站在巨人的肩膀上。谢谢。
MSG_ONE:MSG_ALL 是什么值?
get_user_msgid("SayText") 作用是什么? 您所在的用户组无法下载或查看附件:L 强烈感谢楼主 有没有办法红蓝灰自定义显示呀 请教大神 用什么函数能获取服务器外网IP
new net_addr
//get_cvar_string("net_address",net_addr,63)
用这个函数只能获取到内网IP