Skip to content

Commit

Permalink
Add mp2023_02 / The Chop Shop content (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
DurtyFree authored Jul 4, 2024
1 parent a0f7e38 commit 29f97f1
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
17 changes: 16 additions & 1 deletion api/AltV.Net.Shared/Enums/PedModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,21 @@ public enum PedModel : uint
SubCrewHeadIG = 3801918077, // 0xE29CAA7D
AhronWardIG = 927014855, // 0x37411FC7
YusufAmirIG = 1608114028, // 0x5FD9DF6C
JaywalkerIG = 1283622549 // 0x4C828695
JaywalkerIG = 1283622549, // 0x4C828695
BountyTarget_04IG = 3921981556, // 0xE9C4B074
Mechanic03IG = 1349590050, // 0x50711C22
BountyTarget06IG = 2561707597, // 0x98B08E4D
BountyTarget02IG = 1574377635, // 0x5DD718A3
MaudeBFIG = 1581050842, // 0x5E3CEBDA
BountyTarget01IG = 2765596315, // 0xA4D7A69B
Zombie02GMM = 2555681988, // 0x98549CC4
BailOffice01SMM = 173935423, // 0xA5E0B3F
BountyTarget03IG = 2408643606, // 0x8F90FC16
JenetteEIG = 1457317744, // 0x56DCE770
Zombie03GMM = 396172111, // 0x179D1B4F
Zombie01GMM = 3323689041, // 0xC61B7851
BountyTarget05IG = 3690927337, // 0xDBFF14E9
JenetteECSB = 4095622650, // 0xF41E3DFA
Maude02CSB = 1928962749 // 0x72F9A2BD
}
}
23 changes: 22 additions & 1 deletion api/AltV.Net.Shared/Enums/VehicleModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,27 @@ public enum VehicleModel : uint
driftfuto = 4113404654, // [0xF52D92EE] Futo GTX (CAR)
driftzr350 = 1923534526, // [0x72A6CEBE] ZR350 (CAR)
asterope2 = 3553846961, // [0xD3D366B1] Asterope GZ (CAR)
drifttampa = 2598648200 // [0x9AE43988] Drift Tampa (CAR)
drifttampa = 2598648200, // [0x9AE43988] Drift Tampa (CAR)
niobe = 1881415402, // [0x70241EEA] Niobe (CAR)
poldominator10 = 3521165271, // [0xD1E0B7D7] Dominator FX Interceptor (CAR)
driftsentinel = 3308310822, // [0xC530D126] Sentinel Classic Widebody (CAR)
policet3 = 2850111293, // [0xA9E13F3D] Burrito (Bail Enforcement) (CAR)
paragon3 = 3348919626, // [0xC79C754A] Paragon S (CAR)
driftcypher = 258105345, // [0xF626001] Cypher (CAR)
poldorado = 2666966727, // [0x9EF6AEC7] Dorado Cruiser (CAR)
vorschlaghammer = 3054795149, // [0xB614798D] Vorschlaghammer (CAR)
polgreenwood = 1737348074, // [0x678DD3EA] Greenwood Cruiser (CAR)
envisage = 1121330119, // [0x42D623C7] Envisage (CAR)
polimpaler5 = 1249425552, // [0x4A78B890] Impaler SZ Cruiser (CAR)
coquette5 = 2336538363, // [0x8B44BEFB] Coquette D1 (CAR)
pizzaboy = 1968807591, // [0x75599EA7] Pizza Boy (BIKE)
driftnebula = 1690421418, // [0x64C1C8AA] Nebula Turbo (CAR)
castigator = 1307736079, // [0x4DF2780F] Castigator (CAR)
polimpaler6 = 1452003510, // [0x568BD0B6] Impaler LX Cruiser (CAR)
yosemite1500 = 2398479240, // [0x8EF5E388] Yosemite 1500 (CAR)
eurosX32 = 3295372994, // [0xC46B66C2] Euros X32 (CAR)
pipistrello = 4071505793, // [0xF2AE3F81] Pipistrello (CAR)
driftvorschlag = 4151380270, // [0xF771092E] Vorschlaghammer (CAR)
dominator10 = 1579902654 // [0x5E2B66BE] Dominator FX (CAR)
}
}
3 changes: 2 additions & 1 deletion api/AltV.Net.Shared/Enums/WeaponModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public enum WeaponModel : uint
TecPistol = 350597077, // Tactical SMG
BattleRifle = 1924557585, // [0x72B66B11] Battle Rifle
SnowLauncher = 62870901, // [0x3BF5575] Snowball Launcher
HackingDevice = 485882440 // [0x1CF5FA48] Hacking Device
HackingDevice = 485882440, // [0x1CF5FA48] Hacking Device
Stunrod = 3670016037 // [0xDAC00025] The Shocker
}
}

0 comments on commit 29f97f1

Please sign in to comment.