|
楼主 |
发表于 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,_}:...);
应该可以编译了!
但还是不能呼出比赛菜单 哎 水平不行啊 所以发个源码让大家一起研究 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|