Modules/Sockets: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with ''''In development.''' Category:Modules')
 
No edit summary
Line 1: Line 1:
'''In development.'''
{{ml_irc}}
__NOTOC__
{{Module_Info|
  name          = ml_sockets |
  version        = 1.0 |
  author        = [[User:Sebassje|Sebassje]] <[email protected]> |
  module_website = ''http://code.google.com/p/multitheftauto-modules/'' |
  download_link  = ''http://code.google.com/p/multitheftauto-modules/'' |
  license        = ''Unlicensed'' |
}}
TODO
 
==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:
<syntaxhighlight lang="xml">
  <module src="ml_sockets" />
</syntaxhighlight>
 
==See Also==
===Functions===
{{Modules/Sockets/Functions}}
 
===Events===
{{Modules/Sockets/Events}}


[[Category:Modules]]
[[Category:Modules]]

Revision as of 00:45, 18 August 2009

Module info
Name ml_sockets
Version 1.0
Author Sebassje <[email protected]>
Module website http://code.google.com/p/multitheftauto-modules/
Download link http://code.google.com/p/multitheftauto-modules/
License Unlicensed
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

TODO

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