|
楼主 |
发表于 2008-9-6 07:23:03
|
显示全部楼层
来自 中国–香港
回复: 求红色天空插件
[PHP]#include <amxmodx>
#include <amxmisc>
#define PLUGIN "skyblack"
#define VERSION "1.0"
#define AUTHOR "yathsing"
#define SKYNAME "space"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
server_cmd("sv_skyname %s", SKYNAME)
}[/PHP]
如何加入我要的tga文件呢? |
|