Another problem :S
#5

there is the public

pawn Код:
public SaveSefDrogaSystem()
{
    new coordsstring[256];
    format(coordsstring, sizeof(coordsstring), "%d,%d,%d,%d", droga[lcndroga], droga[ydroga], droga[lsgdroga], droga[gsfdroga]);
    new File: file2 = fopen("sefovi/droga.ini", io_write);
    fwrite(file2, coordsstring);
    fclose(file2);
    return 1;
}
Reply


Messages In This Thread
Another problem :S REPP++++++++++ - by Vizi - 31.07.2012, 07:47
Re: Another problem :S - by Cjgogo - 31.07.2012, 07:53
Re: Another problem :S - by Vizi - 31.07.2012, 07:56
Re: Another problem :S - by Cjgogo - 31.07.2012, 07:57
Re: Another problem :S - by Vizi - 31.07.2012, 08:00
Re: Another problem :S - by KappaCro - 31.07.2012, 08:07
Re: Another problem :S - by Vizi - 31.07.2012, 08:09
Re: Another problem :S - by SomebodyAndMe - 31.07.2012, 08:23
Re: Another problem :S - by Vizi - 31.07.2012, 13:03
Re: Another problem :S - by Vizi - 31.07.2012, 13:29

Forum Jump:


Users browsing this thread: 2 Guest(s)