06.11.2014, 20:31
just print the coords to the console
new FormatBuffer[255];
format(FormatBuffer,sizeof(FormatBuffer),"X: %f Y:%f Z:%f",exitX,exitY,exitZ);
print(FormatBuffer);
new FormatBuffer[255];
format(FormatBuffer,sizeof(FormatBuffer),"X: %f Y:%f Z:%f",exitX,exitY,exitZ);
print(FormatBuffer);