03.01.2012, 00:53
Maybe you're loading the wrong fields
It starts with field[0] I believe
Don't blame me If I'm wrong, I haven't seen your db.
It starts with field[0] I believe
pawn Код:
MapInfo[i][mapicon] = strval(field[0]);
MapInfo[i][mapX] = strval(field[1]);
MapInfo[i][mapY] = strval(field[2]);
MapInfo[i][mapZ] = strval(field[3]);