Skip to content

Commit

Permalink
Add mp2024_02 / Agents of Sabotage content (#38)
Browse files Browse the repository at this point in the history
Provided by Pleb Masters: Forge
  • Loading branch information
DurtyFree authored Dec 11, 2024
1 parent 0073f23 commit 3c4b8ea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
12 changes: 11 additions & 1 deletion api/AltV.Net.Shared/Enums/PedModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,16 @@ public enum PedModel : uint
Zombie01GMM = 3323689041, // 0xC61B7851
BountyTarget05IG = 3690927337, // 0xDBFF14E9
JenetteECSB = 4095622650, // 0xF41E3DFA
Maude02CSB = 1928962749 // 0x72F9A2BD
Maude02CSB = 1928962749, // 0x72F9A2BD
JodiMarshallIG = 1043886488, // 0x3E387198
GuadalopeIG = 2630588041, // 0x9CCB9689
HelmsmanPavel02IG = 2162565007, // 0x80E61F8F
HelmsmanPavel02CSB = 1591881099, // 0x5EE22D8B
CarClub02AFY = 238774192, // 0xE3B67B0
CarClub02AMY = 2790225070, // 0xA64F74AE
ArmsManufac01IG = 999842350, // 0x3B98622E
Oscar02IG = 1042644412, // 0x3E257DBC
Oscar02CSB = 3265229602, // 0xC29F7322
JodiMarshallCSB = 2447125353 // 0x91DC2B69
}
}
20 changes: 19 additions & 1 deletion api/AltV.Net.Shared/Enums/VehicleModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,24 @@ public enum VehicleModel : uint
eurosX32 = 3295372994, // [0xC46B66C2] Euros X32 (CAR)
pipistrello = 4071505793, // [0xF2AE3F81] Pipistrello (CAR)
driftvorschlag = 4151380270, // [0xF771092E] Vorschlaghammer (CAR)
dominator10 = 1579902654 // [0x5E2B66BE] Dominator FX (CAR)
dominator10 = 1579902654, // [0x5E2B66BE] Dominator FX (CAR)
driftjester3 = 3932276298, // [0xEA61C64A] Jester Classic (CAR)
driftcheburek = 2828274931, // [0xA8940CF3] Cheburek (CAR)
youga5 = 2266063097, // [0x871160F9] Youga Custom (CAR)
freightcar3 = 2420957787, // [0x904CE25B] Freight Train (TRAIN)
uranus = 1534326199, // [0x5B73F5B7] Uranus LozSpeed (CAR)
banshee3 = 3634959571, // [0xD8A914D3] Banshee GTS (CAR)
duster2 = 84351789, // [0x5071B2D] Duster 300-H (PLANE)
titan2 = 858355070, // [0x3329757E] Titan 250 D (PLANE)
driftfuto2 = 3005741670, // [0xB327FA66] Futo (CAR)
chavosv6 = 1992041063, // [0x76BC2267] Chavos V6 (CAR)
jester5 = 1484920335, // [0x5882160F] Jester RR Widebody (CAR)
polcaracara = 2346018232, // [0x8BD565B8] Caracara Pursuit (CAR)
polfaction2 = 1891140410, // [0x70B8833A] Outreach Faction (CAR)
polterminus = 2973836112, // [0xB1412350] Terminus Patrol (CAR)
firebolt = 3321950518, // [0xC600F136] Firebolt ASP (CAR)
polcoquette4 = 2042703219, // [0x79C12D73] Coquette D10 Pursuit (CAR)
coquette6 = 127317925, // [0x796B7A5] Coquette D5 (CAR)
cargobob5 = 3942284983 // [0xEAFA7EB7] DH-7 Iron Mule (HELI)
}
}

0 comments on commit 3c4b8ea

Please sign in to comment.