RU/Modules/Sockets: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "<pageclass class="#AA7592" subcaption="Sockets Module"></pageclass> __NOTOC__ {{Module_Info| name = ml_sockets | version = 1.2 | author = Gamesnert...")
 
mNo edit summary
Line 5: Line 5:
   version        = 1.2 |
   version        = 1.2 |
   author        = Gamesnert, x86 & MCvarial |
   author        = Gamesnert, x86 & MCvarial |
   module_website = ''[http://code.google.com/p/multitheftauto-modules/ Тут]'' |
   module_website = ''[http://code.google.com/p/multitheftauto-modules/ Здесь]'' |
   download_link  = ''[http://code.google.com/p/multitheftauto-modules/downloads/list Тут]'' |
   download_link  = ''[http://code.google.com/p/multitheftauto-modules/downloads/list Здесь]'' |
   license        = ''GPLv3'' |
   license        = ''GPLv3'' |
   written_in    = C++ |
   written_in    = C++ |
Line 36: Line 36:


===Ресурсы===
===Ресурсы===
*[[resource:irc]]
*[[RU/Resource:Irc|resource:irc]]
[[Category:RU/Modules]]
[[Category:RU/Modules]]


[[en:Modules/Sockets]]
[[en:Modules/Sockets]]

Revision as of 19:28, 22 May 2012

Module info
Name ml_sockets
Version 1.2
Author Gamesnert, x86 & MCvarial
Module website Здесь
Download link Здесь
License GPLv3
Written in C++
Operating system Кроссплатформенный
Compatible with 1.x

Этот модуль предоставляет функции и события для работы с сокетами в MTA:SA. Сокеты предоставляют различные возможности, такие как открытие веб-страниц, подключение к irc и т.д.

Установка

Windows

Разархивируйте файл file ml_sockets.dll в папку server\mods\deathmatch\modules\ вашего сервера.

Linux

Поместите файл ml_sockets.so в папку server/mods/deathmatch/modules/ вашего сервера.

mtaserver.conf

Добавьте следующую строку в mtaserver.conf вашего сервера:

  <module src="ml_sockets" />

Также смотрите

Функции

События

Ресурсы