01.04.2013, 08:09
I did this:
and this:
However, the "OnPathCalculated" message doesn't even get printed. Anything I am doing wrong?
pawn Code:
PathFinder_GetNodePos(51, tx, ty, tz);
PathFinder_FindWay(1, x, y, tx, ty);
print("Command called.");
pawn Code:
public OnPathCalculated(routeid, success, nodes[], nodes_size)
{
new Float:X, Float:Y, Float:Z, Float:X1, Float:Y1, Float:Z1;
print("OnPathCalculated called.");
if(routeid == 1)
{
if(success)
{
// .......