23.12.2009, 09:30
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:
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);
}
}

