23.12.2009, 09:28
YSF has a function called ffind, this could be used to get the player files.
For example:
Though YSF works only on 0.2 and 0.3 R3
For example:
pawn Код:
new buf[64];
new i = 0;
while(ffind("players/*.txt", buf, 64, i))
{
dini_IntSet(buf, "Vowner", 0);
dini_IntSet(buf, "Vowned", 0);
}

