Modules/Sockets: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
license = ''GPLv3'' | | license = ''GPLv3'' | | ||
written_in = C++ | | written_in = C++ | | ||
operating_system = Cross-platform | operating_system = Cross-platform | | ||
compatible_with = 1.0.5 & 1.1 | |||
}} | }} | ||
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 10:20, 16 July 2011
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 | 1.0.5 & 1.1 |
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" />