Skip to content

Compatibility

NeekoGta edited this page Jun 17, 2026 · 3 revisions

Compatibility

Supported multiplayer clients

The plugin targets SA-MP/open.mp client environments compatible with GTA San Andreas.

Known supported SA-MP clients:

  • 0.3.7-R1;
  • 0.3.7-R3-1;
  • 0.3.7-R5-1;
  • 0.3.DL-R1.

Tested game environments

Known tested environments include:

  • Clean GTA San Andreas
  • GTA San Andreas with SA Essentials
  • GTA San Andreas with SAMP Addons 2.7

Architecture

GTA San Andreas and SA-MP/open.mp client plugins are typically 32-bit. Build and package the client-side binaries accordingly.

CEF version

The current CEF version is defined by the repository/release you are using. Check the release notes or README for the exact CEF build.

Resource URL compatibility

Use:

http://cef/<resource>/<file>

Do not use:

cef://<resource>/<file>

Browser modes compatibility

Mode Primary use Notes
Overlay2D HUD/UI Best for full-screen UI and menus.
World2D projected labels/panels Screen position is computed from world coordinates.
WorldObject3D object texture replacement Requires an object and a matching texture name.

Clone this wiki locally