Simple House's script?
#3

I still use the native File functions for reading configuration files (non-player files).

You would need to make a rather large string to store all the information in the file, then open the file, then I'd use a while loop.

pawn Код:
while(fread(file, THE_LARGE_STRING))
{
//Do stuff, I use sscanf, you will see an example when my jBizz is released
}
fclose(file);
Reply


Messages In This Thread
Simple House's script? - by Ash. - 02.08.2010, 20:26
Re: Simple House's script? - by Kar - 02.08.2010, 20:40
Re: Simple House's script? - by Joe_ - 02.08.2010, 20:47
Re: Simple House's script? - by Ash. - 03.08.2010, 08:42
Re: Simple House's script? - by Joe_ - 03.08.2010, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)