RAGECOOP / RAGECOOP-V

Drive around the interstate with your buddy, enjoy GTAs environment, make own missions and events or just chill in Grove Street! 🌐
https://ragecoop.com
MIT License
57 stars 17 forks source link

The three last offroad cars #26

Closed ForgeGMP closed 2 years ago

ForgeGMP commented 2 years ago
                    // BRUISER3
                    case -2042350822:
                        i=BulletsShot%2==0 ? 52 : 50;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);

                    // BRUTUS3
                    case 2038858402:
                        return new MuzzleInfo(v.Bones[84].Position, v.Bones[84].ForwardVector);

                    // MONSTER5
                    case -715746948:
                        i=BulletsShot%2==0 ? 63 : 65;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);