View Single Post
TheAvengers2
BANNED
Join Date: Jul 2011
Old 05-01-2012 , 20:44   Re: Read models in .txt
Reply With Quote #4

I would suggest using ReadFileLine and looping through. Something like: while(ReadFileLine(hndl, sBuffer, sizeof(sBuffer))) {}

You'll then need to break up the string and figure out which array it goes into.

Last edited by TheAvengers2; 05-01-2012 at 20:48.
TheAvengers2 is offline