|
#include <amxmodx>
#include <cstrike>
#include <engine>
#include <fakemeta>
#include <fun>
#include <hamsandwich>
#include <zombieplague>
#include <xs>
#define SUPPORT_BOT_TO_USE //支援BOT使用.(在最前面加上 // 即取消對BOT的技援)
#define Plugin "[ZP] Extra Item: Jumping Zombie [Bot can use ]"
#define Version "1.0 [1.2]"
#define Author "NiHiLaNTh [HsK]"
new const g_PlayerModel[] = "models/zombie_plague/p_grenade_knock.mdl"
new const g_ViewModel[] = "models/zombie_plague/v_grenade_infect_WB.mdl"
new const g_WorldModel[] = "models/zombie_plague/w_grenade_knock.mdl"
new const g_SoundBombExplode[][] = { "zombi/zombi_bomb_exp.wav" } //爆炸sound
new const g_SoundBombBO[][] = { "zombi/zombi_bomb_deploy.wav" } //取出sound
new const g_szItemName[] = "狂暴手榴彈"
new const g_iItemPrice = 1
#define RADIUS 300 //影響地帶
|
|