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
58 stars 18 forks source link

Savage weapons #3

Closed ForgeGMP closed 2 years ago

ForgeGMP commented 2 years ago

// Turret

                    // SAVAGE
                    case -82626025:
                        return new MuzzleInfo(v.Bones[30].Position, v.Bones[30].ForwardVector);

// Missiles 1 // SAVAGE case -82626025: i=Main.Ticked%2==0 ? 19 : 18; return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector); // Missiles 2

                    // SAVAGE
                    case -82626025:
                        i=Main.Ticked%2==0 ? 15 : 14;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);