Server Crash
#6

pawn Код:
public SaveTeleport()
{
    new File:TPFile = fopen("LuxAdmin/Config/CreatedTeles.cfg", io_write);
    new tpstring[256];
    for(new t=0;t<MAX_CTELES;t++)
    {
    if(CTeleInfo[t][TValid] == 1)
    {
        format(tpstring, sizeof(tpstring), "%s,%f,%f,%f,%f,%d\r\n",CTeleInfo[t][TName],CTeleInfo[t][PosX],CTeleInfo[t][PosY],CTeleInfo[t][PosZ],CTeleInfo[t][PosA],CTeleInfo[t][PosInt]);
        fwrite(TPFile, tpstring);
        }
    }
    fclose(TPFile);
}
Reply


Messages In This Thread
Server Crash - by DarkB0y - 12.03.2013, 12:47
Re: Server Crash - by Misiur - 12.03.2013, 13:24
Re: Server Crash - by DarkB0y - 12.03.2013, 13:30
Re: Server Crash - by DarkB0y - 13.03.2013, 20:38
Re: Server Crash - by Threshold - 13.03.2013, 20:40
Re: Server Crash - by DarkB0y - 13.03.2013, 21:14
Re: Server Crash - by Threshold - 13.03.2013, 22:46

Forum Jump:


Users browsing this thread: 2 Guest(s)