We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff34673 commit d1ec191Copy full SHA for d1ec191
code/components/gta-net-five/src/NetHook.cpp
@@ -1808,6 +1808,10 @@ static HookFunction hookFunction([] ()
1808
});
1809
1810
1811
+ // always return 'true' from netObjectMgr duplicate script object ID checks
1812
+ // (this function deletes network objects considered as duplicate)
1813
+ hook::jump(hook::get_pattern("49 8B 0C 24 0F B6 51", -0x69), ReturnTrue);
1814
+
1815
// 1365 requirement: wait for SC to have inited before loading vehicle metadata
1816
{
1817
auto location = hook::get_pattern("BA 49 00 00 00 E8 ? ? ? ? EB 28", 0x20);
0 commit comments