zERoCooL2479 Posted November 13, 2002 Share Posted November 13, 2002 How do I print out my current location in the map? X, Y, Z Coords like BOFH has done it in JediPlus 4.3...I tried copying the vector and printing it out and it didnt seem to work...can someone help? Link to comment Share on other sites More sharing options...
Tchouky Posted November 13, 2002 Share Posted November 13, 2002 well just use printf like this : copy the origin : vec3_t coord; VectorCopy(client->ps.origin,coord); don't have the code right now so it must be false (client->ps.origin)... Com_Printf("X coord = %f\nY coord = %f\nZ coord = %f\n",coord[0],coord[1],coord[2]); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.