Modules/Sockets: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 6: Line 6:
   author        = Gamesnert, x86 & MCvarial |
   author        = Gamesnert, x86 & MCvarial |
   module_website = ''[https://github.com/multitheftauto/multitheftauto-modules Here]'' |
   module_website = ''[https://github.com/multitheftauto/multitheftauto-modules Here]'' |
   download_link  = ''[https://github.com/multitheftauto/multitheftauto-modules/archive/master.zip Here]'' |
   download_link  = [https://nightly.mtasa.com/files/modules/32/ml_sockets.dll Windows 32 bit]<br/>[https://nightly.mtasa.com/files/modules/64/ml_sockets.dll Windows  64 bit]
[https://nightly.mtasa.com/files/modules/32/ml_sockets.so Linux 32 bit]<br/>[https://nightly.mtasa.com/files/modules/64/ml_sockets.so Linux 64 bit] |
   license        = ''GPLv3'' |
   license        = ''GPLv3'' |
   written_in    = C++ |
   written_in    = C++ |

Revision as of 17:31, 10 December 2016

Module info
Name ml_sockets
Version 1.3
Author Gamesnert, x86 & MCvarial
Module website Here
Download link Windows 32 bit
Windows 64 bit

Linux 32 bit
Linux 64 bit

License GPLv3
Written in C++
Operating system Cross-platform
Compatible with 1.x

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

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

Resources