Skip to content

Commit

Permalink
Update vMenu peds to mp2023_01
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCoding25 committed Jun 14, 2023
1 parent d359d09 commit fa2deb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vMenu/data/PedModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public static class PedModels
public static List<uint> AnimalHashes = new List<uint>()
{
(uint)GetHashKey("a_c_boar"),
(uint)GetHashKey("a_c_boar_02"), // mp2023_01
(uint)GetHashKey("a_c_cat_01"),
(uint)GetHashKey("a_c_chickenhawk"),
(uint)GetHashKey("a_c_chimp"),
Expand All @@ -22,20 +23,24 @@ public static class PedModels
(uint)GetHashKey("a_c_cormorant"),
(uint)GetHashKey("a_c_cow"),
(uint)GetHashKey("a_c_coyote"),
(uint)GetHashKey("a_c_coyote_02"), // mp2023_01
(uint)GetHashKey("a_c_crow"),
(uint)GetHashKey("a_c_deer"),
(uint)GetHashKey("a_c_deer_02"), // mp2023_01
(uint)GetHashKey("a_c_dolphin"),
(uint)GetHashKey("a_c_fish"),
(uint)GetHashKey("a_c_hen"),
(uint)GetHashKey("a_c_humpback"),
(uint)GetHashKey("a_c_husky"),
(uint)GetHashKey("a_c_killerwhale"),
(uint)GetHashKey("a_c_mtlion"),
(uint)GetHashKey("a_c_mtlion_02"), // mp2023_01
(uint)GetHashKey("a_c_panther"), // mpheist4
(uint)GetHashKey("a_c_pig"),
(uint)GetHashKey("a_c_pigeon"),
(uint)GetHashKey("a_c_poodle"),
(uint)GetHashKey("a_c_pug"),
(uint)GetHashKey("a_c_pug_02"), // mp2023_01
(uint)GetHashKey("a_c_rabbit_01"),
(uint)GetHashKey("a_c_rabbit_02"), // mpchristmas3
(uint)GetHashKey("a_c_rat"),
Expand All @@ -46,6 +51,7 @@ public static class PedModels
(uint)GetHashKey("a_c_sharkhammer"),
(uint)GetHashKey("a_c_sharktiger"),
(uint)GetHashKey("a_c_shepherd"),
(uint)GetHashKey("a_c_stingray"),
(uint)GetHashKey("a_c_westy")
};
}
Expand Down
8 changes: 8 additions & 0 deletions vMenu/menus/PlayerAppearance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,7 @@ private void RefreshCustomizationMenu()
["csb_ary_02"] = "ARY02Cutscene", // mpsecurity
["csb_avery"] = "AveryCutscene", // mpvinewood
["csb_avischwartzman_02"] = "AviSchwartzman02Cutscene", // mptuner
["csb_avischwartzman_03"] = "AviSchwartzman03Cutscene", // mp2023_01
["csb_avon"] = "AvonCutscene",
["csb_ballas_leader"] = "BallasLeaderCutscene", // mpsecurity
["csb_ballasog"] = "BallasogCutscene",
Expand All @@ -1472,6 +1473,7 @@ private void RefreshCustomizationMenu()
["csb_car3guy1"] = "Car3Guy1Cutscene",
["csb_car3guy2"] = "Car3Guy2Cutscene",
["csb_celeb_01"] = "Celeb01Cutscene", // mpheist3
["csb_charlie_reed"] = "CharlieReedCutscene", // mp2023_01
["csb_chef"] = "ChefCutscene",
["csb_chef2"] = "Chef2Cutscene",
["csb_chef_03"] = "Chef3Cutscene", // mpchristmas3
Expand Down Expand Up @@ -1632,6 +1634,7 @@ private void RefreshCustomizationMenu()
["ig_ashley"] = "Ashley",
["ig_avery"] = "Avery", // mpvinewood
["ig_avischwartzman_02"] = "AviSchwartzman02", // mptuner
["ig_avischwartzman_03"] = "AviSchwartzman03", // mp2023_01
["ig_avon"] = "Avon",
["ig_ballas_leader"] = "BallasLeader", // mpsecurity
["ig_ballasog"] = "Ballasog",
Expand All @@ -1649,6 +1652,7 @@ private void RefreshCustomizationMenu()
["ig_car3guy2"] = "Car3Guy2",
["ig_casey"] = "Casey",
["ig_celeb_01"] = "Celeb01", // mpheist3
["ig_charlie_reed"] = "CharlieReed", // mp2023_01
["ig_chef"] = "Chef",
["ig_chef2"] = "Chef2",
["ig_chef_03"] = "Chef3", // mpchristmas3
Expand Down Expand Up @@ -1779,6 +1783,7 @@ private void RefreshCustomizationMenu()
["ig_orleans"] = "Orleans",
["ig_ortega"] = "Ortega",
["ig_paige"] = "Paige",
["ig_parnell_moss"] = "ParnellMoss", // mp2023_01
["ig_paper"] = "Paper",
["ig_party_promo"] = "PartyPromo", // mpsecurity
["ig_patricia"] = "Patricia",
Expand All @@ -1794,6 +1799,7 @@ private void RefreshCustomizationMenu()
["ig_rashcosvki"] = "Rashcosvki",
["ig_req_officer"] = "ReqOfficer", // mpsecurity
["ig_roccopelosi"] = "RoccoPelosi",
["ig_roostermccraw"] = "RoosterMcCraw", // mp2023_01
["ig_russiandrunk"] = "RussianDrunk",
["ig_sacha"] = "Sacha",
["ig_screen_writer"] = "ScreenWriter",
Expand Down Expand Up @@ -1913,6 +1919,7 @@ private void RefreshCustomizationMenu()
["s_m_m_bouncer_01"] = "Bouncer01SMM",
["s_m_m_bouncer_02"] = "Bouncer02SMM", // mpheist4
["s_m_m_ccrew_01"] = "CCrew01SMM",
["s_m_m_ccrew_02"] = "CCrew02SMM", // mp2023_01
["s_m_m_chemsec_01"] = "ChemSec01SMM",
["s_m_m_ciasec_01"] = "CiaSec01SMM",
["s_m_m_cntrybar_01"] = "Cntrybar01SMM",
Expand Down Expand Up @@ -2061,6 +2068,7 @@ private void RefreshCustomizationMenu()
["u_m_m_jesus_01"] = "Jesus01",
["u_m_m_jewelsec_01"] = "JewelSec01",
["u_m_m_jewelthief"] = "JewelThief",
["u_m_m_juggernaut_03"] = "Juggernaut03", // mp2023_01
["u_m_m_markfost"] = "Markfost",
["u_m_m_partytarget"] = "PartyTarget",
["u_m_m_prolsec_01"] = "PrologueSec01",
Expand Down

0 comments on commit fa2deb8

Please sign in to comment.