Git Product home page Git Product logo

mta-sha's Introduction

******************************************************************************
*                                                                            *
*  Multi Theft Auto: San Andreas - Deathmatch                                *
*                                                                            *
*  ml_base, External lua add-on module                                       *
*  http://www.multitheftauto.com                                             *
*                                                                            *
*  Copyright © 2003-2008 MTA.  All Rights Reserved.                          *
*                                                                            *
******************************************************************************

* INTRODUCTION
    This is the 'ml_base' 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.

    You can use this code as a base to create your own modules, provided that
    you adhere to the licensing terms provided with this source code.

* INSTALLATION
    In order to install your module, first make sure it compiles correctly and
    verify that it can be executed. When using external library dependencies
    in the form of a shared library (.so or .dll file) you will have to place
    the library inside the directory of the MTA:SA DM server executable.

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

    <!-- <module>sample_win32.dll</module> -->
    <!-- <module>sample_linux.so</module> -->

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

* LICENSING
    Please read the LICENSE file for any licensing information.

* MORE INFORMATION
    More information about Multi Theft Auto scripting and/or module development
    can be found on any of the following URLs:

    http://www.mtasa.com/
    http://www.multitheftauto.com/
    http://development.mtasa.com/

mta-sha's People

Contributors

mabako avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.