View Single Post
  #1  
Old 08-29-2013, 02:36 PM
williamchappell williamchappell is offline
Member
 
Join Date: Aug 2013
Posts: 11
Splitting a string into 3 ints, or getting x,y,z position

Hey, the project I'm currently working on requires me to store the players position in a text file, and then read the data back into the file to make a simulation of exactly what they did.

So far I can write the position in the file, and read it back out, however, when I read it out, I can only retrieve a string like "10,10,10" and need to split this into three floats, but nothing I'm doing seems to work.

Either this, or if I could get the x, y, z position of the player individually, that might be easier.

Thanks, Will.
Reply With Quote