chenzhanlin
发表于 2010-3-14 17:52:44
看看哦哦:)
xsw4321
发表于 2010-3-14 22:01:03
哇我来看看
merck
发表于 2010-3-22 00:57:44
记分牌记分牌记分牌
cs9527
发表于 2010-3-26 00:02:43
是这样的吗?我用在1.5上的啊!
cs9527
发表于 2010-3-26 00:04:14
用在1.6上显示汉字是这样的!
cs9527
发表于 2010-3-26 00:06:07
送上原码
-----------------------------
/*
Plugin author by DT.Sakulekingz (KIN)
*/
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Team Score"
#define VERSION "2.0"
#define AUTHOR "DT.Sakulekingz(KIN)"
#define LOADING "^n^t%s v%s, Copyright (C) 2009 by %s^n"
new ct_score, terrorist_score;
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR);
server_print(LOADING,PLUGIN,VERSION,AUTHOR);
register_event("TeamScore", "team_score", "a");
set_task(1.0,"score_round",_,_,_,"b")
}
public team_score()
{
new team;
read_data(1,team,31);
if (equal(team,"CT"))
{
ct_score = read_data(2);
}
else if (equal(team,"TERRORIST"))
{
terrorist_score = read_data(2);
}
}
public score_round()
{
set_hudmessage(0, 70, 200, -1.0, 0.0, 0, 0.5, 2.0, 0.08, 2.0, 145);
show_hudmessage(0,"-=顽强人类:%d| ", ct_score);
set_hudmessage(200, 0, 0, -1.0, 0.0, 0, 0.5, 2.0, 0.08, 2.0, 146);
show_hudmessage(0," |%d:不死幽灵=-", terrorist_score);
}
merck
发表于 2010-3-26 08:42:54
我有,我自己转换的amxx,需要联系我
gen
发表于 2010-3-26 22:47:49
顶一下。。。。
L_Candy_Y
发表于 2010-3-28 08:33:27
我也来看看
sassy83
发表于 2010-5-11 15:23:40
大哥能发给给小弟吗 我也找了很久了 不胜感激 邮件地址是 532530530@qq.com