Skip to content

Releases: RJRYT/samp-socket-plugin

SAMP Socket 1.0.0

24 Jun 10:22

Choose a tag to compare

πŸš€ 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.inc for 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

  1. Place the platform-specific binary (.dll or .so) in your server’s plugins/ directory.
  2. Add socket to the plugins line in server.cfg.
  3. Copy socket.inc to your pawno/include/ folder.
  4. 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