Modules/Sockets: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
name = ml_sockets | | name = ml_sockets | | ||
version = 0.1 | | version = 0.1 | | ||
author = Gamesnert, x86 & | author = Gamesnert, x86 & MCvarial | | ||
MCvarial | module_website = ''[http://code.google.com/p/multitheftauto-modules/ Here]'' | | ||
module_website = ''http://code.google.com/p/multitheftauto-modules/'' | | download_link = ''[http://code.google.com/p/multitheftauto-modules/downloads/list Here]'' | | ||
download_link = ''http://code.google.com/p/multitheftauto-modules/downloads/list'' | | |||
license = ''Unlicensed'' | | license = ''Unlicensed'' | | ||
}} | }} | ||
This module provides socket related functions and events for | This module provides socket related functions and events for MTA:SA 1.0.x. | ||
Sockets provide various possibilities such as opening a webpage, connecting to irc etc. | Sockets provide various possibilities such as opening a webpage, connecting to irc etc. | ||
Revision as of 17:17, 7 May 2010
Module info | |
Name | ml_sockets |
Version | 0.1 |
Author | Gamesnert, x86 & MCvarial |
Module website | Here |
Download link | Here |
License | Unlicensed |
Written in | {{{written_in}}} |
Operating system | {{{operating_system}}} |
Compatible with | {{{compatible_with}}} |
This module provides socket related functions and events for MTA:SA 1.0.x. 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" />