Modules/Sockets: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 28: Line 28:
==See Also==
==See Also==
===Functions===
===Functions===
* [http://wiki.mtasa.com/wiki/Modules/Sockets/sockOpen sockOpen()]
{{Modules/Sockets/Functions}}
* [http://wiki.mtasa.com/wiki/Modules/Sockets/sockWrite sockWrite()]
* [http://wiki.mtasa.com/wiki/Modules/Sockets/sockClose sockClose()]


===Events===
===Events===
* [http://wiki.mtasa.com/wiki/Modules/Sockets/onSockOpened onSockOpened]
{{Modules/Sockets/Events}}
* [http://wiki.mtasa.com/wiki/Modules/Sockets/onSockData onSockData]
* [http://wiki.mtasa.com/wiki/Modules/Sockets/onSockClosed onSockClosed]
[[Category:Modules]]
[[Category:Modules]]

Revision as of 14:19, 25 April 2010

Module info
Name ml_sockets
Version 0.1
Author Gamesnert &

MCvarial <[email protected]>

Module website http://code.google.com/p/multitheftauto-modules/
Download link Comming really soon!
License Unlicensed
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

This module provides socket related functions and events for mta 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" />

See Also

Functions

Events