Modules/Sockets: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (Added polish reference to "Sockets" module)
Line 48: Line 48:
[[Category:Modules]]
[[Category:Modules]]


[[pl:Moduły/Gniazda]]
[[ru:Modules/Sockets]]
[[ru:Modules/Sockets]]

Revision as of 17:29, 15 January 2022

Module info
Name ml_sockets
Version 1.4
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

32 bit: Copy 32 bit ml_sockets.dll into the MTA San Andreas\server\mods\deathmatch\modules\ directory.

64 bit: Copy 64 bit ml_sockets.dll into the MTA San Andreas\server\x64\modules\ directory.

Then, add the following line in mtaserver.conf:

  <module src="ml_sockets.dll" />

GNU/Linux

32 bit: Copy 32 bit ml_sockets.so into the mods/deathmatch/modules/ directory.

64 bit: Copy 64 bit ml_sockets.so into the x64/modules/ directory.

Then, add the following line in mtaserver.conf:

  <module src="ml_sockets.so" />

See Also

Functions

Events

Resources