Modules/Pathfinding

From Multi Theft Auto: Wiki
Revision as of 17:37, 3 February 2022 by Tracer (talk | contribs) (Created page with "<pageclass class="#AA7592" subcaption="Sockets Module"></pageclass> __NOTOC__ {{Module_Info| name = ml_sockets | version = 1.4 | author = StiviK, eXo-Reallife team| module_website = ''[https://github.com/eXo-OpenSource/ml_pathfind Here]'' | download_link = [https://github.com/eXo-OpenSource/ml_pathfind/releases/download/v1.0.3/ml_pathfind_win32.dll Windows 32 bit]<br/>[https://github.com/eXo-OpenSource/ml_pathfind/releases/download/v1....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Module info
Name ml_sockets
Version 1.4
Author StiviK, eXo-Reallife team
Module website Here
Download link Windows 32 bit
Windows 64 bit

Linux

License MIT
Written in C++
Operating system Cross-platform
Compatible with 1.X

This module provides ability to find the shortest path between two points in the world.

Installation

Windows

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

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

Then, add the following line in mtaserver.conf:

32 bit:

  <module src="ml_pathfind_win32.dll" />

64 bit:

  <module src="ml_pathfind_x64.dll" />

GNU/Linux

Copy ml_pathfind.so into the modules/ directory.

Then, add the following line in mtaserver.conf:

  <module src="ml_sockets.so" />

See Also

Functions

Events

Template:Modules/Pathfinding/Events

Resources