dordnung / MessageBot

Allows to send messages with a Steam Bot
GNU General Public License v3.0
9 stars 3 forks source link

MessageBot

Build Status

Allows to send messages to players with a Steam Bot

Check messagebot.inc for available functions. Binaries can be found in the CallAdmin Steam Module or on the releases page.

Installation

  1. Download the latest release from the releases page.
  2. Put the extension file messagebot.ext.dll (windows server) and/or messagebot.ext.so (linux server) into the addons/sourcemod/extensions folder.
  3. Put the ca-bundle.crt file into the addons/sourcemod/data/messagebot folder. If it does not exist, create it.

How-to build

On Linux

On Windows (Visual Studio 2015/2017)