|
发表于 2009-3-21 13:16:33
|
显示全部楼层
来自 中国–广东–广州–番禺区
/* 鏈彃浠剁敱 EmEditor 涓枃鐗堣嚜鍔ㄧ敓鎴?*/
/* 褰撳墠鏂囦欢浣跨敤 Unicode (UTF-8) 缂栫爜 */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN_NAME "playsound"
#define PLUGIN_VERSION "1.0"
#define PLUGIN_AUTHOR "KIN"
public plugin_init()
{
register_plugin(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHOR)
register_clcmd("amx_g1","thesound",ADMIN_IMMUNITY,"play the sound")
register_clcmd("amx_g2","stop_thesound",ADMIN_IMMUNITY,"stop the
编译出错啦 |
|