🔄 Script Hook V.NET - Nightly
Script Hook V.NET - Nightly by Nightly has been Updated:
fix(core): some feats not working in b3788
Fix some features such as `World.GetAllVehicles()` not working as intended because of memory scan failures in b3788.
Basically does the same memory pattern fixes as what Chiheb-Bacha/ScriptHookVDotNetEnhanced@8e70ee9 does, which contains almost all of the memory pattern fixes, and Chiheb-Bacha/ScriptHookVDotNetEnhanced@011495d does, which fixes the offset error of `s_radarBlipPoolAddress`. This commit doesn't contain the changes of them other than the memory pattern ones, such as memory pattern representation changes.
Affected methods:
All methods of `World.GetAll*` and `World.GetNearby*` that fetch some type of (`CPhysical`) entities or `Blip`s
51 Views
