ml_pathfind
ml_pathfind copied to clipboard
Pathfind Module for MTA:SA-Server
As in the title. Providing callback to `findShortestPathBetween` function crashes the server without any errors. ```lua local id = loadPathGraph('nodes.json') if isGraphLoaded(id) then iprint('Loaded graph with id: ',id) findShortestPathBetween(id,0,0,0,100,100,100,function(nodes) iprint('callback')...
Mentioned here: https://www.mta-sa.org/thread/36365-release-mta-sa-pathfinding-module/?postID=411525#post411525
I.e. add different cost levels
Ubuntu's GLIBC is newer than Debian's which causes errors when starting the module on Debian.