PL/Modules/Sockets: Difference between revisions
Jump to navigation
Jump to search
(Created polish version of "Modules/Sockets" page.) |
m (Fixed incorrect language spelling) |
||
Line 5: | Line 5: | ||
version = 1.4 | | version = 1.4 | | ||
author = Gamesnert, x86 & MCvarial | | author = Gamesnert, x86 & MCvarial | | ||
module_website = ''[https://github.com/multitheftauto/multitheftauto-modules | module_website = ''[https://github.com/multitheftauto/multitheftauto-modules Tutaj]'' | | ||
download_link = [https://nightly.mtasa.com/files/modules/32/ml_sockets.dll Windows 32 bit]<br/>[https://nightly.mtasa.com/files/modules/64/ml_sockets.dll Windows 64 bit] | download_link = [https://nightly.mtasa.com/files/modules/32/ml_sockets.dll Windows 32 bit]<br/>[https://nightly.mtasa.com/files/modules/64/ml_sockets.dll Windows 64 bit] | ||
[https://nightly.mtasa.com/files/modules/32/ml_sockets.so Linux 32 bit]<br/>[https://nightly.mtasa.com/files/modules/64/ml_sockets.so Linux 64 bit] | | [https://nightly.mtasa.com/files/modules/32/ml_sockets.so Linux 32 bit]<br/>[https://nightly.mtasa.com/files/modules/64/ml_sockets.so Linux 64 bit] | |
Revision as of 17:12, 15 January 2022
Informacje o module | |
Nazwa | ml_sockets |
Wersja | 1.4 |
Autor | Gamesnert, x86 & MCvarial |
Strona internetowa modułu | Tutaj |
Link do pobrania | Windows 32 bit Windows 64 bit |
Licencja | GPLv3 |
Napisany w | C++ |
System operacyjny | Wieloplatformowy |
Kompatybilny z | 1.x |
Ten moduł udostępnia funkcje i zdarzenia związane z gniazdami dla MTA:SA. Gniazda dają różne możliwości, takie jak otwieranie strony internetowej, łączenie się z irc itp.
Instalacja
Windows
32 bit: Skopiuj 32 bitowy plik ml_sockets.dll do katalogu MTA San Andreas\server\mods\deathmatch\modules\
64 bit: Skopiuj 64 bitowy plik ml_sockets.dll do katalogu MTA San Andreas\server\x64\modules\
Następnie dodaj poniższy wiersz do pliku konfiguracyjnego mtaserver.conf:
<module src="ml_sockets.dll" />
GNU/Linux
32 bit: Skopiuj 32 bitowy plik ml_sockets.so do katalogu mods/deathmatch/modules/
64 bit: Skopiuj 64 bitowy plik ml_sockets.so do katalogu x64/modules/
Następnie dodaj poniższy wiersz do pliku konfiguracyjnego mtaserver.conf:
<module src="ml_sockets.so" />