我想问商店怎么写的?

Home Home
引用 | 编辑 hugososo
2011-08-27 22:17
楼主
推文 x0
如果我想写一个可以提升速度,跳高,买血的商店怎么写?

#include <amxmodx>
#include <amxmisc>
#include <engine>  
#include <fun>
 #include <cstrike>                <------ 是这样写吗?
#include <fakemeta>


#define PLUGIN "Shop"
#define VERSION "1.1"
#define AUTHOR "xxxx"

public plugin_init()
{
 register_plugin(PLUGIN, VERSION, AUTHOR)
 register_clcmd("say /shop", "shopmenu")
 register_clcmd("say_team /shop", "shopmenu")
 register_clcmd("shop", "shopmenu")
}

public shopmenu(id)

燃后呢?

可不可以教教我
我用在模式的


献花 x0