Skip to content

Releases: ScriptedByAI/UnitedCallouts

UnitedCallouts - Community Bug Fix Release

22 Dec 13:40
fde8a04

Choose a tag to compare

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

  1. Download UnitedCallouts.rar from the Assets below
  2. 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)
  3. Replace the old files with this fixed version
  4. Launch GTA V and enjoy stable callouts!

🔗 Links

⚠️ 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