高原1001 发表于 2004-5-26 20:47:48

编译成功也不能用的啊! 显示某命令有错误

zfhill 发表于 2004-5-27 14:03:52

在amxx里不能加载udp这个module啊,所以无法load amx_match那个插件

向导 发表于 2004-5-27 15:18:12

需要amxx版的udp

akEr 发表于 2004-5-27 21:32:00

UDP好象是HLTV用的 如果把这个去掉也没什么关系 毕竟现在用HLTV的不怎么多

向导 发表于 2004-5-28 10:02:15

楼上的说的对。
我已经找到amxx版。
大家==吧。

akEr 发表于 2004-5-28 15:23:14

udp.inc:
/* Rcon and Query
*
* (c) Copyright 2002, OLO
*
* This file is provided as is (no warranties).
*/

#if defined _udp_included
#endinput
#endif
#define _udp_included

/* Prepares internet address.
* Function returns id of set address. */
native set_iaddress(const address[],port);

/* Sends message to the given destination. */
native send_udp_msg(iaddress,const format[],{Float,_}:...);

/* Query destination server. */
native query_udp_msg(iaddress,output[],len,const format[],{Float,_}:...);

/* Crypt data with given salt. */
native crypt_data(const data[],const salt[],output[],len);

/* Returns true on UDP init. success. */
native get_udp_status();

/* Challenge the rcon access. */
native challenge_rcon(iaddress,const rconpass[]);

/* Send rcon command. Use after challenge only. */
native send_rcon_cmd(iaddress,const format[],{Float,_}:...);

应该可以编译了!

但还是不能呼出比赛菜单 哎 水平不行啊所以发个源码让大家一起研究

smartsl 发表于 2004-5-29 10:29:15

注释掉#define USE_HLTV_SECTION
这行然后再编译,没有HLTV功能,因为最新的amxx具体是否支持怎么支持udp的还没有官方说明。

另外engclient_cmd命令在amxx中失效,所以比赛完半场自动交换功能无效,解决办法我已经贴在官方论坛。

给你们贴一个编译后的:

ZLOVE 发表于 2004-5-29 18:43:01

hltv 功能当然有用 自动录像 对于大中型比赛都要使用的

akEr 发表于 2004-5-30 02:37:39

Post by smartsl
注释掉#define USE_HLTV_SECTION
这行然后再编译,没有HLTV功能,因为最新的amxx具体是否支持怎么支持udp的还没有官方说明。

另外engclient_cmd命令在amxx中失效,所以比赛完半场自动交换功能无效,解决办法我已经贴在官方论坛。

给你们贴一个编译后的:

老大给我源码我要翻译用的!谢谢啊!
页: 1 [2]
查看完整版本: 求AMXX下的Amx match deluxe 源码最好!谢谢!