/sm-ext-socket

This extension provides networking functionality for SourceMod scripts.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

SourceMod Socket Extension

This has been forked from sfPlayer´s origin Git repository. Get to the AlliedModders forum thread for more information.

Dependencies for building

Building on Windows

Set the following environment variables on your system:

  • SOURCEMOD - path to SourceMod (>= 1.5.x)
  • BOOST155 - path to boost libraries (>= 1.5.5)
  • MSINTTYPES - path to latest version of msinttypes (Replaced "stdlib.h" with <cstdlib>)