Posts: 13
Threads: 5
Joined: Oct 2012
Reputation:
0
I was wondering if I can i use both YINI and DINI in my script.. But not for example save with YINI and load with DINI.. So can I use login/register system with YINI and House system with DINI?
Posts: 202
Threads: 18
Joined: Oct 2013
Reputation:
0
Personally I'd say go for MySQL.
Next choice, if you prefer file saving, then I'd suggest to fully use YINI, I see no point in mixing between saving systems. Also, according to tests/stats, YINI is faster.
Posts: 13
Threads: 5
Joined: Oct 2012
Reputation:
0
MySQL is to complicated for me so I will try to learn YINI.. I need it for custom vehicle system.. Thank you anyway.. If you have some good advice for YINI, write it freely..
Posts: 760
Threads: 22
Joined: May 2011
Reputation:
0
I mix mysql and my own pawn natives functions. Let the hate begin lmao.
In the end you'd want to go for a database instead of files, start early trust me! But certain things you want to just save with files coz no need to change it in a database. Last but least, remember that you only learn when you go outside your comfort zone!
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
SA-MP has sqlite built in works perfectly fine and is easy to use.
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
as MatTrucker already said, I'd really advice you to use MySQL.
It's not that hard believe me, just learn the SQL language and you're good to go.
And if you're going to use either yini/dini I'd go for SQLite as that's already built in.
Posts: 637
Threads: 23
Joined: Feb 2013
Reputation:
0
dini2 is fastest ini processor.