From 31b899362668df9301678e950ae9e3d84147af51 Mon Sep 17 00:00:00 2001 From: shel <9306996+afwn90cj93201nixr2e1re@users.noreply.github.com> Date: Mon, 8 Jun 2020 11:02:29 +0000 Subject: [PATCH] Update fakemeta_const.inc --- plugins/include/fakemeta_const.inc | 35 +++--------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/plugins/include/fakemeta_const.inc b/plugins/include/fakemeta_const.inc index afbcd842..f2237ce9 100755 --- a/plugins/include/fakemeta_const.inc +++ b/plugins/include/fakemeta_const.inc @@ -746,6 +746,9 @@ enum UserCmd UC_ImpactPosition // float array[3] }; +/** + * Info about weapons player might have in his/her possession + */ enum WeaponData { WD_iId, @@ -772,38 +775,6 @@ enum WeaponData WD_flUser4, }; -/* Info about weapons player might have in his/her possession -typedef struct weapon_data_s -{ - int m_iId; - int m_iClip; - - float m_flNextPrimaryAttack; - float m_flNextSecondaryAttack; - float m_flTimeWeaponIdle; - - int m_fInReload; - int m_fInSpecialReload; - float m_flNextReload; - float m_flPumpTime; - float m_fReloadTime; - - float m_fAimedDamage; - float m_fNextAimBonus; - int m_fInZoom; - int m_iWeaponState; - - int iuser1; - int iuser2; - int iuser3; - int iuser4; - float fuser1; - float fuser2; - float fuser3; - float fuser4; -} weapon_data_t; -*/ - enum AlertType { at_notice = 0,