Saving system. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Saving system. (
/showthread.php?tid=593212)
Saving system. -
C4SH - 02.11.2015
Hello SA-MP, I'd like some suggestions on a good saving system other than our beloved MySQL as I'm not really trying to make it that complicated, so I wanna use a .ini system instead.
I've had previous issues using y_ini as much as people say it's good, it always seem to have issues with the password either not working or any string being passed as the password so I don't want to use that, any help here is hugely appreciated.
Re: Saving system. -
Gammix - 03.11.2015
You should try learn SQL because its what you call up to date.
Here are some of my easy ways to perform SQLite queries without any SQL knowledge (examples are included in both github pages):
https://sampforum.blast.hk/showthread.php?tid=592661 (recommended)
https://sampforum.blast.hk/showthread.php?tid=581453
Re: Saving system. -
C4SH - 03.11.2015
I appreciate that, but the topic directly says that I do not want to use MySQL, if I wanted too I would of.
Re: Saving system. -
Gammix - 03.11.2015
There's a lot difference between SQLite and MySQL. The links i provided are SQLite and doesn't require SQL knowledge so its a saving system working on syntax similar to INI, only difference in INI and YourSQL/easydb is that they are faster, and with lot of other interesting features.
Re: Saving system. -
Kevln - 03.11.2015
https://sampforum.blast.hk/showthread.php?tid=593087
https://sampforum.blast.hk/showthread.php?pid=3607586#pid3607586
Re: Saving system. -
C4SH - 03.11.2015
I'm looking for a INI saving system that actually WORKS.
Re: Saving system. -
PrO.GameR - 03.11.2015
Erm ... I can't quite understand why you can't use the mysql, but sure, I used to use eINI before I switched to MySQL
https://sampforum.blast.hk/showthread.php?tid=573490
hope it helps