Add JB7002 weapon (not tested), closes #15

This commit is contained in:
Sardelka
2022-07-02 13:37:44 +08:00
parent 15b23e3a4e
commit c73ff96690

View File

@ -66,6 +66,11 @@ namespace RageCoop.Client
int i; int i;
switch (v.Model.Hash) switch (v.Model.Hash)
{ {
// JB7002
case 394110044:
i=BulletsShot%2==0 ? 54 : 53;
return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);
// DOMINATOR5 // DOMINATOR5
case -1375060657: case -1375060657:
i=BulletsShot%2==0 ? 35 : 36; i=BulletsShot%2==0 ? 35 : 36;