|
发表于 2008-3-10 05:25:28
|
显示全部楼层
|阅读模式
来自 中国–湖南–怀化–鹤城区
编辑插件出现问题
// 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 ...
[PHP]#include <amxmodx>
#include <rulzy_ipinfo>
public client_connect(id)
{
new ip[20], country[40], area[136], name[32];
get_user_name(id, name, 31);
get_ipinfo(ip, country, area, 39, 135);
client_print(0, print_chat, "欢迎 %s,来自 %s%s。", name, country, area);
}[/PHP]
不知道到底是那错了 郁闷郁闷 |
|