File Load
#7

Quote:
Originally Posted by Swift_
u mean https://sampwiki.blast.hk/wiki/File_Functions right?
yes i understand to.
my question are: for example gangs id load work like this:

pawn Код:
for(new i = 0; i < MAX_GANGS; i++)
{
format(string, sizeof(string), "/Gangs/%d.txt", i);
}
(only example, cause nobody understand me )

okay, but how can i load users like this?

with

pawn Код:
for(new i = 0; i < MAX_PLAYER_NAME; i++)
{
format(string, sizeof(string), "/Users/%s.txt", i);
}
dont work...

i hope now you understand
Reply


Messages In This Thread
File Load - by Ribber - 18.06.2009, 11:04
Re: File Load - by Grim_ - 18.06.2009, 11:05
Re: File Load - by Ribber - 18.06.2009, 11:07
Re: File Load - by HB - 18.06.2009, 11:09
Re: File Load - by Ribber - 18.06.2009, 11:10
Re: File Load - by Grim_ - 18.06.2009, 11:12
Re: File Load - by Ribber - 18.06.2009, 11:15
Re: File Load - by Grim_ - 18.06.2009, 11:18
Re: File Load - by HB - 18.06.2009, 11:18
Re: File Load - by Ribber - 18.06.2009, 11:21

Forum Jump:


Users browsing this thread: 1 Guest(s)