README

October 16, 2011 ยท View on GitHub

  • INTRODUCTION This is the 'whirlpool' module that exports the standard interface used by the Multi Theft Auto: San Andreas Deathmatch server and it's Lua scripting engine to allow C/C++ developers to add functionality to their servers.

    The function provided by this plugin is whirlpool(string)

  • INSTALLATION To load your module at server initialisation, use the module configuration tag syntax as specified in your mtaserver.conf file:

    Place your module library inside the mods/deathmatch/modules directory. Be sure to create this directory if it does not exist.