Language: English | Українська
Ready-made solution for integrating a browser (WebView, or more commonly known as CEF) into the SA:MP mobile client. For example, it enables the integration of beautiful interfaces into the client-side using browser technologies (HTML/CSS/JS).
- Full control over WebView on the server side.
- Interaction between client and server: data transfer, function calls on both sides.
- Easy integration with any SA:MP mobile client and server (open.mp or standard server).
- To get started with this solution, you need to download the files from the latest released version.
- Detailed documentation on connection and usage can be found here: client-side, server-side, and frontend-side.
- An example of usage can be found here.
Currently, the source code for the client-side (C++ and Java) is not distributed and any modification is impossible. All the server-side source code is available in the file server/SAMPMobileCef.inc
, and modification of this code is allowed as long as the copyright comment is retained.
A simple notification system with the ability to accept or reject an action - the server offers the player to change their skin to a female one.
Copyright © 2024 Denis Akazuki.