Modules/Sockets: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
{{Module_Info|
{{Module_Info|
   name          = ml_sockets |
   name          = ml_sockets |
   version        = 0.1 |
   version        = 1.2 |
   author        = Gamesnert, x86 & MCvarial |
   author        = Gamesnert, x86 & MCvarial |
   module_website = ''[http://code.google.com/p/multitheftauto-modules/ Here]'' |
   module_website = ''[http://code.google.com/p/multitheftauto-modules/ Here]'' |
   download_link  = ''[http://code.google.com/p/multitheftauto-modules/downloads/list Here]'' |
   download_link  = ''[http://code.google.com/p/multitheftauto-modules/downloads/list Here]'' |
   license        = ''Unlicensed'' |
   license        = ''GPLv3'' |
}}
}}
This module provides socket related functions and events for MTA:SA.
This module provides socket related functions and events for MTA:SA.

Revision as of 16:01, 2 January 2011

Module info
Name ml_sockets
Version 1.2
Author Gamesnert, x86 & MCvarial
Module website Here
Download link Here
License GPLv3
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

This module provides socket related functions and events for MTA:SA. Sockets provide various possibilities such as opening a webpage, connecting to irc etc. Works on: Windows & Linux.


Installation

Windows

Uncompress the file ml_sockets.dll into your server\mods\deathmatch\modules\ directory.

Linux

Place the file ml_sockets.so into your server/mods/deathmatch/modules/ directory.

mtaserver.conf

Add the following line in your mtaserver.conf:

  <module src="ml_sockets" />

See Also

Functions

Events