Jump to content

Home

Help with code...


zERoCooL2479

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...