Add JB7002 weapon (not tested), closes #15
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user