24.05.2012, 00:31
Quote:
Y_Less said himself that nothing has changed with y_ini, but clearly for me and a lot of other people it's been very glitchy. (INI_ParseFile is not parsing files.) I've given up on ini systems, and I recommend trying to learn the native SQLite. There are tons of great tutorials on how to use it.
|
I find it allot easier to use sqlite
Although I made the change before 0.3e so never experienced any ini issues,
I made a small api to update my users table,
was just a few different querys with some arguments and I had a full add/edit/delete
for my hole player enum. (Around 35 fields)
and moved all my vehicles, map icons, objects, ect.. to the db.
still working out the add/edit/delete in some systems
but for the most part i think this was allot faster than any ini system
as far as writing code/debugging it and making it work!