From a49ee19d3dddad11ded6148e0e90537978c15884 Mon Sep 17 00:00:00 2001 From: Sardelka Date: Mon, 15 Aug 2022 22:36:43 +0800 Subject: [PATCH] Closes #17 --- RageCoop.Client/Util/WeaponUtil.cs | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/RageCoop.Client/Util/WeaponUtil.cs b/RageCoop.Client/Util/WeaponUtil.cs index 446a7dd..e716f9c 100644 --- a/RageCoop.Client/Util/WeaponUtil.cs +++ b/RageCoop.Client/Util/WeaponUtil.cs @@ -79,6 +79,28 @@ namespace RageCoop.Client BulletsShot++; switch (v.Model.Hash) { + // DOMINATOR6 + case -1293924613: + return BulletsShot%2==0 ? 51 : 55; + + + // IMPALER4 + case -1744505657: + return BulletsShot%2==0 ? 64 : 63; + + + + // IMPERATOR3 + case -755532233: + return BulletsShot%2==0 ? 86 : 88; + + + + // SLAMVAN6 + case 1742022738: + return BulletsShot%2==0 ? 78 : 76; + + // CHAMPION case -915234475: return BulletsShot%2==0 ? 60 : 61; @@ -158,7 +180,7 @@ namespace RageCoop.Client /* // INSURGENT3 case -1924433270: - i=BulletsShot%2==0 ? 86 : 91; + return BulletsShot%2==0 ? 86 : 91; */ // BLAZER5