|
楼主 |
发表于 2004-4-6 08:34:53
|
显示全部楼层
来自 中国–安徽–阜阳–太和县
f ( LastMan ) {
new cts[32], ts[32], ctsnum, tsnum
get_players(cts,ctsnum,"ae","CT")
get_players(ts,tsnum,"ae","TERRORIST")
if ( ctsnum == 1 && tsnum == 1 ){
new ctname[32], tname[32]
get_user_name(cts[0],ctname,31)
get_user_name(ts[0],tname,31)
set_hudmessage(0, 255, 255, -1.0, 0.35, 0, 6.0, 6.0, 0.5, 0.15, 3)
show_hudmessage(0,"%s vs. %s",ctname,tname)
client_cmd(0,"spk misc/maytheforce")
MISCSTATS.SMA这个文件用的都是spk misc/有,"spk misc/这个目录吗??????? |
|