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

hmm, interesting, i will try merge YSF into my gamemode and see how it works XD

EDIT: there is an unofficial version that works on R4

EDIT2: hmm well i tried it and i removed the stuff from the register command, now have:

pawn Код:
stock aresetallcar()
{
    for(new v = 1; v < MAX_VEHICLES; v++){
        SetVehicleToRespawn(v);
        SetVehicleVirtualWorld(v,10);
        EraseVehicle(v);
    }
    new buf[64];
    new i = 0;
    while(ffind("ladmin/users/*.sav", buf, sizeof(buf), i))
    {
        dini_IntSet(buf, "vowner", 0);
        dini_IntSet(buf, "vowned", 0);
    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)