04.11.2012, 22:07
Well, dini opens/closes the file to write ONE value. Inpractical for saving player stats.
y_ini opens the file, writes multiple values, and then closes the file.
In short, y_ini is more efficient.
y_ini opens the file, writes multiple values, and then closes the file.
In short, y_ini is more efficient.