fix some crashes on playlists when restarting, fix large team gamemode teams (kinda), added pickups to minimap
This commit is contained in:
Milxnor
2023-04-23 16:09:56 -04:00
parent 58bd340501
commit b8275e37f8
17 changed files with 111 additions and 24 deletions

View File

@@ -142,6 +142,16 @@ static inline uint64 FindObjectArray()
return addr;
}
static inline uint64 FindPickupInitialize()
{
if (Engine_Version == 423)
{
return Memcury::Scanner::FindPattern("48 89 5C 24 ? 57 41 56 41 57 48 83 EC 30 80 B9 ? ? ? ? ? 45 0F B6 F1 4D").Get();
}
return 0;
}
static inline uint64 FindCreateNetDriver()
{
return 0;