23.11.2010, 13:00
I have set everything right.
It should work according to the code.
pawn Код:
for(new i = 0; i<24; i++)
{
Create3DTextLabel("Exit",COLOR_LIGHTRED, BuildingCoords[i][0], BuildingCoords[i][1], BuildingCoords[i][2],80.0,-1);
printf("Exit Labels: X: %f Y: %f Z:%f", BuildingCoords[i][0], BuildingCoords[i][1], BuildingCoords[i][2]);
}