我想問商店怎麼寫的?

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