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

Sedan cars #27

Open ForgeGMP opened 2 years ago

ForgeGMP commented 2 years ago

// Left turrets

                    // DEITY
                    case 1532171089:
                        i=BulletsShot%2==0 ? 95 : 96;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);

// Right turrets

                    // DEITY
                    case 1532171089:
                        i=BulletsShot%2==0 ? 97 : 98;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);

                    // LIMO2
                    case -114627507:
                        i=BulletsShot%2==0 ? 79 : 82;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);