[Ajuda] GangZones
#5

no gm ta assim
pawn Код:
stock SaveZones()
{
    new zSaved;
    new tmp[24];

    if(!dini_Exists(ZonesFile))
        dini_Create(ZonesFile);

    for(new i = 0; i < MAX_TURFS; i ++)
    {
        format(tmp,24,"zone_%d",i);
        dini_IntSet(ZonesFile,tmp, gZonesData[i][ZoneOwner]);
        zSaved++;
    }
    new log[128];
    format(log,128,"> Gang Zones Saved: %d <", zSaved);
    WriteLog("server", log);
}
Reply


Messages In This Thread
GangZones - by iCamila - 15.08.2012, 21:39
Re: GangZones - by Maklister - 15.08.2012, 21:45
Respuesta: GangZones - by [JD]BlackFire - 15.08.2012, 21:49
Re: GangZones - by iCamila - 15.08.2012, 21:49
Re: GangZones - by iCamila - 15.08.2012, 21:58

Forum Jump:


Users browsing this thread: 2 Guest(s)