31.07.2012, 08:00
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;
}