Bridge is in a state of development and is not stable.
RAGE:MP to FiveM Bridge

Troubleshooting

Fast diagnosis for the most common migration and runtime errors.

mp is not defined

  • Standalone: missing @ragemp-fivem-bridge/server.js or client counterpart in manifest.
  • Standalone: bridge script not listed first.
  • Standalone: missing ensure ragemp-fivem-bridge before gamemode.

Browser or UI Not Working

  • ui_page path wrong.
  • missing files in files {}.
  • _bridge.js not loaded in page.
  • cross-resource page loaded without runtime script.

Proc Timeouts

  • procedure not registered on target side.
  • handler threw before returning.
  • payload too large/slow and timeout too short.

Screenshot Returns null

Install and ensure screenshot-basic:

ensure screenshot-basic

On this page