Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.06 KB

README.md

File metadata and controls

32 lines (23 loc) · 2.06 KB

Language: English | Українська

Warning

If you have any difficulties with this library, please create an Issue. I don't help anywhere other than the official repository on GitHub.

SA:MP Mobile CEF

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).

Key Features

  • 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).

Download and Getting Started

Source Code and Modification

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.

Example of Solution Usage

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.

Example #1 Example #2


Stand With Ukraine


Copyright © 2024 Denis Akazuki.