18.12.2011, 08:57
Quote:
I've stopped using dini for many reasons.
1) It's slow. 2) It's way too inefficient. I have to create a variable containing 255 cells, then store, maybe like ~75 characters into it? No thanks. 3) Every time you write / read something, it opens the file, writes into / reads from the file, then it closes it! Isn't that a bit stressful for the system? It was made in 2006, therefore dini is using functions from 2006 and back, so that's WAY outdated, especially in 2011 (close to 2012!). However, SII is what I use, and it's easy, but only 1 file can be opened at a time, else it will cause conflicts. ![]() I STRONGLY recommend Y_INI and SQLite. You can find tutorials at http://wiki.sa-mp.com or somewhere around this forum. |