mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
parent
773db6b967
commit
2995ea1f8f
@ -8,7 +8,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
g_hooking->get_original<hooks::serialize_take_off_ped_variation_task>()(info, serializer);
|
g_hooking->get_original<hooks::serialize_take_off_ped_variation_task>()(info, serializer);
|
||||||
if (info->m_prop_hash != 0 &&
|
if (info->m_prop_hash != 0 &&
|
||||||
info->m_variation_component == 9 &&
|
info->m_variation_component == 5 &&
|
||||||
info->m_prop_hash != RAGE_JOAAT("p_parachute_s")
|
info->m_prop_hash != RAGE_JOAAT("p_parachute_s")
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
@ -16,4 +16,4 @@ namespace big
|
|||||||
info->m_prop_hash = 0;
|
info->m_prop_hash = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user