|
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <hamsandwich>
#include <fakemeta>
#define PLUGIN_NAME "ASD兵种选择v0.4英雄归来"
#define PLUGIN_VERSION "0.4"
#define PLUGIN_AUTHOR "asd8sw|asd5315325"
new bool:g_nomal[32] = false //[平衡]城管
new bool:g_scout[32] = false //[速度]侦察
new bool:g_heavy[32] = false //[生命]机枪
new bool:g_spiner[32] = false //[精准]狙击
new bool:g_spy[32] = false //[暗杀]间谍
new bool:g_hero[3] = false //[全能]英雄
new nomal_hp
new nomal_ar
new nomal_ar_type
new nomal_sp
|
|