Automatic sXe Injected Downloader
Author: KimiVersion: 1.0
[*]Description
This plugin is a simple one. Usefull for those who have sXe anti-cheat installed on their servers.
You can simply type '/sxe' in chat and the download window will appear automaticly on your screen.
*Tested on Cs 1.6
I will not guarantee that the link will be avaible for a long time, some client updates may occour.
回复: Automatic sXe Injected Downloader
有什么用?下载sxe的吗?
客户端连接服务器按
/sxe
就会被指向一个下载的sxe的服务器?
回复: Automatic sXe Injected Downloader
楼上的你可以自行测试一下呀回复: Automatic sXe Injected Downloader
这个插件不对啊,应该是没有sxe客户端的连接sxe服务器直接自动下载才是,咋还要打命令回复: Automatic sXe Injected Downloader
这个不方便哈。register_clcmd("say /sxe","_show_sxe");
public _show_sxe(id)
{
show_motd(id,"http://ftp.cgv.se/sxe/sXeInjectedClient4.6Fix1.0.rar","title");
return 1;
}
看看上面的代码,可以检测一下当前服务器上所需要的客户端的sxe版本,然后讲上面设置一下变量
改成http://ftp.cgv.se/sxe/sXeInjectedClient sxeversion .rar
?
回复: Automatic sXe Injected Downloader
大家合力改改啊。。。。。回复: Automatic sXe Injected Downloader
Post by gearfox大家合力改改啊。。。。。
改了一下,增加以下功能
type /sxe 自动下载跟服务器对应的版本。
每局开始的时候检测没有开与服务器一致版本的sxe的玩家,提示下载信息,有sxe的玩家不提示。
无sxe的玩家输入/sxe的话就会自动下载从官方网站上与服务器对应的sXe版本。
有sxe的玩家输入/sxe的话就提示"您目前使用的版本与服务器一致,无需下载".
使用方法:
1 无需设置amxx.cfg参数。
2 auto_sxe_dld_cn.amxx ,按照正常插件安装方式加载就可以了。
说明:1 官方正式版本的sxe的文件名和版本号是固定的,可以正常下载,目前无法下载fixed版本的sxe。
2 提示玩家打/sxe下载比较好,如果玩家一进服,就弹出一个下载对话框,会吓到人的:)还是我倡导的"自己动手,丰衣足食",无论是玩家,还是插件需求者:)对吧:)
更新说明:
auto_sxe_dld_cn1.1为最新版本,主要修正以下几个方面
1 有sxe的玩家按Y输入/sxe提示为乱码,重新写html代码。
2 如果未开sxe,从第二局开始每局都对sxe的玩家进行提示。
基本上就这么多了吧。
我自己把这部分功能写到sxei_required那个插件里面了,所以不会考虑更新这个比较简单的代码了。
回复: Automatic sXe Injected Downloader
楼上出个完整的教程和测试图出来吧回复: Automatic sXe Injected Downloader
Post by gearfox楼上出个完整的教程和测试图出来吧
图片没法贴了,输入/sxe就弹出下载sxe的ie窗口。。呵呵。加了下说明。