Releases: ScriptedByAI/UnitedCallouts
Releases · ScriptedByAI/UnitedCallouts
UnitedCallouts - Community Bug Fix Release
UnitedCallouts v1.3.1 - Community Bug Fix Release
🐛 Bugs Fixed
This release fixes critical crashes and stability issues across all 26 callouts that were causing the game to freeze or crash.
Critical Fixes:
- 🔥 MoneyTruckTheft: Fixed array out-of-bounds crash (100% reproducible bug)
- 🔥 JewelleryRobbery: Fixed conditional logic error causing incorrect pursuit behavior
- 🔥 24 Callouts: Removed static field modifiers causing state conflicts when multiple callouts run simultaneously
- 🔥 All Callouts: Added comprehensive null/exists checks to prevent InvalidHandleableException crashes
- 🔥 Build System: Added missing AssemblyInfo.cs file so the project compiles without errors
What This Means:
- ✅ No more "InvalidHandleableException" crashes
- ✅ Multiple callouts can run at the same time without conflicts
- ✅ Proper cleanup when callouts end (no memory leaks)
- ✅ More stable gameplay experience
📦 Installation
- Download
UnitedCallouts.rarfrom the Assets below - Navigate to: GTA V root folder and drag and drop the folders in (it is organized so that everything should go where it is supposed to already)
- Replace the old files with this fixed version
- Launch GTA V and enjoy stable callouts!
🔗 Links
- Original Repository: https://github.com/sEbi3/UnitedCallouts
- Pull Request: sEbi3#20
- LCPDFR Page: https://www.lcpdfr.com/downloads/gta5mods/scripts/20730-unitedcallouts/
⚠️ Note
This is a community-maintained fix while we wait for the official repository to merge the changes. All fixes have been submitted to the original author via Pull Request sEbi3#20.
🙏 Credits
- Original Author: sEbi3
- Bug Fixes: ScriptedByAI (TheTechSupportDude)
- Testing: Community feedback appreciated!
🐛 Found a Bug?
Please report issues on our GitHub Issues page!
Use the Bug Report template and include:
- Which callout is affected
- Error messages
- Steps to reproduce