Posts: 229
Threads: 21
Joined: Apr 2012
Reputation:
0
i didn't notice it sorry about that sir..
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Don't ever use dini! It's so old and slow and there are tons of file processors that work far better. Technically, MySQL is slow too as it needs a connection to an external database. This is largely compensated by its huge functionality and through the use of threaded queries.
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
It would be pretty good if you made a SQLite admin system. There are quite a few advantages
-Easy to access data
-No plugins needed (inbuilt into sa-mp)
-Practically no set up needed
Good luck!