-
-
Notifications
You must be signed in to change notification settings - Fork 36
Compatibility
NeekoGta edited this page Jun 17, 2026
·
3 revisions
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.
Known tested environments include:
- Clean GTA San Andreas
- GTA San Andreas with SA Essentials
- GTA San Andreas with SAMP Addons 2.7
GTA San Andreas and SA-MP/open.mp client plugins are typically 32-bit. Build and package the client-side binaries accordingly.
The current CEF version is defined by the repository/release you are using. Check the release notes or README for the exact CEF build.
Use:
http://cef/<resource>/<file>Do not use:
cef://<resource>/<file>| 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. |
CEF Plugin — Client & Server for SA-MP / open.mp
Issues & PRs welcome.