14.04.2016, 08:44
Hey !
I've got a problem using PathFinder, or more preciesely, its link with MapAndreas 1.2.1!
So...
[CODE="OnGameModeInit"]
//---PATH FINDER & MAPANDREAS---//
MapAndreas_Init(MAP_ANDREAS_MODE_FULL, "scriptfiles/SAfull.hmap");
printf("MapAndreasAddress: %d", MapAndreas_GetAddress());
PathFinder_Init(MapAndreas_GetAddress(),
;
[/CODE]
always shows
...You'll tell me that it's because MapAndreas is not initialized... But... Right under this, I've got this...
And it all works, and whenever I use MapAndreas later, it also works!
But I do use the 1.2.1 version, I've tried to run the server either on my PC and on my dedicated server (W7 & Debian)!
I've also tried to initialize MapAndreas, then to init PathFinder later in OnGameModeInit, even by a couple of seconds timer... And I don't know what else I could do!
I've got a problem using PathFinder, or more preciesely, its link with MapAndreas 1.2.1!
So...
[CODE="OnGameModeInit"]
//---PATH FINDER & MAPANDREAS---//
MapAndreas_Init(MAP_ANDREAS_MODE_FULL, "scriptfiles/SAfull.hmap");
printf("MapAndreasAddress: %d", MapAndreas_GetAddress());
PathFinder_Init(MapAndreas_GetAddress(),

[/CODE]
always shows
Код:
MapAndreasAddress: 0
Код:
for(new i = ; i < MAX_BAMBIS; i ++) CreateBambi(i, random(2));
Код:
CreateBambi(bambi, zone) { //CODE... MapAndreas_FindZ_For2DCoord(x, y, z); dBambi[bambi][oBambi] = CreateDynamicObject(19315, x, y, z + 0.6, 0.0, 0.0, 0.0, -1, -1, -1, 500.0, 500.0); //CODE... }
But I do use the 1.2.1 version, I've tried to run the server either on my PC and on my dedicated server (W7 & Debian)!
I've also tried to initialize MapAndreas, then to init PathFinder later in OnGameModeInit, even by a couple of seconds timer... And I don't know what else I could do!