10.04.2012, 23:50
io_write clears all text.
io_append writes to a file, without clearing any text.
Feel free to look at the link below for more information on file functions
https://sampwiki.blast.hk/wiki/File_Functions
io_append writes to a file, without clearing any text.
Feel free to look at the link below for more information on file functions
https://sampwiki.blast.hk/wiki/File_Functions
pawn Код:
hFile = fopen("/Ustawienia/obiekty.ini", io_append);