|
发表于 2006-6-5 04:25:57
|
显示全部楼层
来自 中国–广东–深圳–南山区
回复: 【发布】悄悄话和限制某地区进入 插件代码
SCUT = 华南理工
KICKED_REASON = 只限华南理工大学网络。
最后问下这两行是干嘛用的?
/*
public show_notice(){
message_begin(MSG_ALL, get_user_msgid("SayText") )
write_byte(1)
write_string("^x03[系统公告]^x04按F9选择悄悄话对象,按F10取消悄悄话。")
message_end()
}
public show_noticeqq(){
message_begin(MSG_ALL, get_user_msgid("SayText") )
write_byte(1)
write_string("^x03[系统公告]^x04OP的QQ:3443644.作弊的封IP.")
message_end()
}
*/
上面这个是默然关的吗?
yangeoip哪里有下载,或是楼主把geoip.inc写成yangeoip了?
编译出错,楼主看看是什么问题?我试过把yan_geoip.dll放进scripting目录也不行/
//// privatechat.sma
// E:\HLDS3382.V29\HLServer\cstrike\addons\amxmodx\scripting\privatechat.sma(5)
: fatal error 100: cannot read from file: "yangeoip"
//
// Compilation aborted.
// 1 Error.
// Could not locate output file E:\HLDS3382.V29\HLServer\cstrike\addons\amxmodx
scripting\compiled\privatechat.amx (compile failed).
//
// Compilation Time: 0.03 sec
// ----------------------------------------
Press enter to exit ... |
|