28.05.2020, 11:38
ColAndreas is certainly an option for me, but I'm not sure if it's an option for Pathfinder.
This is how Pathfinder is initiated using a MapAndreas address:
How could I change Pathfinder to work with ColAndreas instead?
This is how Pathfinder is initiated using a MapAndreas address:
pawn Code:
MapAndreas_Init(MAP_ANDREAS_MODE_FULL, "scriptfiles/SAfull.hmap");
printf("MapAndreasAddress: %x", MapAndreas_GetAddress());
PathFinder_Init(MapAndreas_GetAddress(), 100);
// mapAndreasAddress <- mem address of CMapAndreas class