16.01.2013, 09:33
Quote:
a less "dangerous" way to open a file for saving, try io_append instead of io_write ,i never encountered a "file not opened for saving = crash" error anymore. opening with "append" creates a file if not yet existing btw - iam pretty sure this is your solution!
|
Quote:
Originally Posted by SA-MP Wiki: File Functions
io_write Writes in a file, clears all earlier written text
|