Fix
Some checks are pending
Nightly Build / Build Nightly (push) Waiting to run
Nightly Build / Recreate Release (push) Blocked by required conditions
Nightly Build / Check Recent Commit (push) Successful in 36s

This commit is contained in:
Mr-X-GTA 2025-01-10 20:48:16 +01:00
parent 31e12261b1
commit 7064995875

View File

@ -1921,7 +1921,7 @@ namespace big
"E8 ? ? ? ? 48 89 44 24 ? 48 85 C0 0F 84 ? ? ? ? 0F 28 05", "E8 ? ? ? ? 48 89 44 24 ? 48 85 C0 0F 84 ? ? ? ? 0F 28 05",
[](memory::handle ptr) [](memory::handle ptr)
{ {
ptr = ptr.rip(); ptr = ptr.add(1).rip();
g_pointers->m_gta.m_add_skeleton_extension = ptr.as<PVOID>(); g_pointers->m_gta.m_add_skeleton_extension = ptr.as<PVOID>();
g_pointers->m_gta.m_skeleton_extension_count = ptr.add(0x2C).rip().as<int*>(); g_pointers->m_gta.m_skeleton_extension_count = ptr.add(0x2C).rip().as<int*>();
} }