mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-09 17:33:21 +00:00
Update left4dhooks incl/ftt smx
This commit is contained in:
parent
18c03d6065
commit
2f54c1c52b
3 changed files with 169 additions and 4058 deletions
Binary file not shown.
|
@ -34,7 +34,6 @@ enum WeaponId {
|
||||||
WEPID_PROPANE_TANK, // 17
|
WEPID_PROPANE_TANK, // 17
|
||||||
WEPID_OXYGEN_TANK, // 18
|
WEPID_OXYGEN_TANK, // 18
|
||||||
WEPID_MELEE, // 19
|
WEPID_MELEE, // 19
|
||||||
WEPID_CHAINSAW, // 20
|
|
||||||
WEPID_GRENADE_LAUNCHER, // 21
|
WEPID_GRENADE_LAUNCHER, // 21
|
||||||
WEPID_AMMO_PACK, // 22
|
WEPID_AMMO_PACK, // 22
|
||||||
WEPID_ADRENALINE, // 23
|
WEPID_ADRENALINE, // 23
|
||||||
|
@ -93,7 +92,7 @@ enum MeleeWeaponId
|
||||||
};
|
};
|
||||||
|
|
||||||
// Weapon names for each of the weapons, used in identification.
|
// Weapon names for each of the weapons, used in identification.
|
||||||
const char WeaponNames[WeaponId][] =
|
const char WeaponNames[sizeof(WeaponId)][] =
|
||||||
{
|
{
|
||||||
"weapon_none", "weapon_pistol", "weapon_smg", // 0
|
"weapon_none", "weapon_pistol", "weapon_smg", // 0
|
||||||
"weapon_pumpshotgun", "weapon_autoshotgun", "weapon_rifle", // 3
|
"weapon_pumpshotgun", "weapon_autoshotgun", "weapon_rifle", // 3
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue