Modules/Sockets

From Multi Theft Auto: Wiki
Revision as of 12:36, 5 July 2011 by X86dev (talk | contribs)
Jump to navigation Jump to search

Module info
Name ml_sockets
Version 1.2
Author Gamesnert, x86 & MCvarial
Module website Here
Download link Here
License GPLv3
Written in C++
Operating system Cross-platform
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