我已经找到amxx版。
大家==吧。 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,_}:...);
应该可以编译了!
但还是不能呼出比赛菜单 哎 水平不行啊所以发个源码让大家一起研究 注释掉#define USE_HLTV_SECTION
这行然后再编译,没有HLTV功能,因为最新的amxx具体是否支持怎么支持udp的还没有官方说明。
另外engclient_cmd命令在amxx中失效,所以比赛完半场自动交换功能无效,解决办法我已经贴在官方论坛。
给你们贴一个编译后的: hltv 功能当然有用 自动录像 对于大中型比赛都要使用的 Post by smartsl
注释掉#define USE_HLTV_SECTION
这行然后再编译,没有HLTV功能,因为最新的amxx具体是否支持怎么支持udp的还没有官方说明。
另外engclient_cmd命令在amxx中失效,所以比赛完半场自动交换功能无效,解决办法我已经贴在官方论坛。
给你们贴一个编译后的:
老大给我源码我要翻译用的!谢谢啊!
页:
1
[2]