|
发表于 2005-10-21 02:15:47
|
显示全部楼层
来自 中国–吉林–长春
回复: 有个想法想问一下资深的AMX制作人员
当然可以啦 :D
/* 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,_}:...);
自己看看吧 |
|