Releases: RJRYT/samp-socket-plugin
Releases Β· RJRYT/samp-socket-plugin
SAMP Socket 1.0.0
π Initial Release β SA-MP Socket Plugin (SSL-Free)
This is the first public release of the SA-MP Socket Plugin (SSL-Free) β a lightweight and dependency-free socket extension for SA-MP server scripting.
β Features
- Built-in socket communication support without OpenSSL
- Compatible with both Windows and Linux servers
- Minimal binary size and no external dependencies
- Comes with
socket.incfor easy Pawn scripting integration
π¦ Assets
socket.dllβ Windows x86 (Visual Studio build)socket.soβ Linux x86 (GCC build)socket.incβ Include file for Pawn scripting
π Installation
- Place the platform-specific binary (
.dllor.so) in your serverβsplugins/directory. - Add
socketto thepluginsline inserver.cfg. - Copy
socket.incto yourpawno/include/folder. - Include
#include <socket>in your Pawn script.
π§ͺ Tested on
- Windows 10 (x86) β SA-MP 0.3.7
- Ubuntu 20.04+ β SA-MP 0.3.7 server
π Documentation
See the README for build guides, usage examples, and license.
Full Changelog: https://github.com/RJRYT/samp-socket-plugin/commits/1.0.0