y543685085 发表于 2008-3-10 05:25:28

rulzy_ipinfo.sma 编辑出现问题

编辑插件出现问题


// AMXXPC compile.exe
// by the AMX Mod X Dev Team
// Fixed by Rulzy.

//// rulzy_ipinfo.sma
// C:\Documents and Settings\wxlc_user\桌面\scripting\rulzy_ipinfo.sma(2) : fata
l error 100: cannot read from file: "rulzy_ipinfo"
//
// Compilation aborted.
// 1 Error.
// Could not locate output file C:\Documents and Settings\wxlc_user\桌面\scripti
ng\compiled\rulzy_ipinfo.amx (compile failed).
//
// Compilation Time: 0.03 sec
// ----------------------------------------
Press Enter to exit ...



#include <amxmodx>
#include <rulzy_ipinfo>
public client_connect(id)
{
new ip, country, area, name;
get_user_name(id, name, 31);
get_ipinfo(ip, country, area, 39, 135);
client_print(0, print_chat, "欢迎 %s,来自 %s%s。", name, country, area);
}


不知道到底是那错了 郁闷郁闷

Rulzy 发表于 2008-3-10 17:26:26

回复: rulzy_ipinfo.sma 编辑出现问题

rulzy_ipinfo.inc 有没有放到 include 文件夹下?

另外,sma文件名不要使用rulzy_ipinfo.sma看看,因为包含的文件名名称也是rulzy_ipinfo,不知道是不是这个原因。

y543685085 发表于 2008-3-11 08:09:35

回复: rulzy_ipinfo.sma 编辑出现问题

这插件是不是必须要装IP数据库才可以使用?
页: [1]
查看完整版本: rulzy_ipinfo.sma 编辑出现问题