Update left4dhooks incl/ftt smx

This commit is contained in:
Jackzie 2021-10-05 14:04:03 -05:00
parent 18c03d6065
commit 2f54c1c52b
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
3 changed files with 169 additions and 4058 deletions

View file

@ -34,7 +34,6 @@ enum WeaponId {
WEPID_PROPANE_TANK, // 17
WEPID_OXYGEN_TANK, // 18
WEPID_MELEE, // 19
WEPID_CHAINSAW, // 20
WEPID_GRENADE_LAUNCHER, // 21
WEPID_AMMO_PACK, // 22
WEPID_ADRENALINE, // 23
@ -93,7 +92,7 @@ enum MeleeWeaponId
};
// 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_pumpshotgun", "weapon_autoshotgun", "weapon_rifle", // 3

File diff suppressed because it is too large Load diff