This commit is contained in:
Sardelka
2022-08-15 22:36:43 +08:00
parent 9c5c1da4c9
commit a49ee19d3d

View File

@ -79,6 +79,28 @@ namespace RageCoop.Client
BulletsShot++; BulletsShot++;
switch (v.Model.Hash) 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 // CHAMPION
case -915234475: case -915234475:
return BulletsShot%2==0 ? 60 : 61; return BulletsShot%2==0 ? 60 : 61;
@ -158,7 +180,7 @@ namespace RageCoop.Client
/* /*
// INSURGENT3 // INSURGENT3
case -1924433270: case -1924433270:
i=BulletsShot%2==0 ? 86 : 91; return BulletsShot%2==0 ? 86 : 91;
*/ */
// BLAZER5 // BLAZER5