[SOLVED][Advanced]Help with changing variables in ALL offline user accounts :S
#2

YSF has a function called ffind, this could be used to get the player files.
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);
}
Though YSF works only on 0.2 and 0.3 R3
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)