18.06.2009, 11:15
Quote:
|
Originally Posted by Swift_
if I understand correctly: https://sampwiki.blast.hk/wiki/File_Functions
|
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);
}
)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);
}
i hope now you understand

