Posts: 28
Threads: 10
Joined: Aug 2013
Reputation:
0
Hello, I need an tutorial how to transfer MySQL gamemode to Y_INI , if somebody has,
Thanks.
Posts: 1,915
Threads: 64
Joined: Jan 2016
Reputation:
0
Pretty sure it's the worst idea you can get.
Posts: 170
Threads: 7
Joined: Sep 2014
Reputation:
0
The best tutorial you can get about that is : Don't do it. If you really want to not use MySQL then you can use SQLite which is far better than any .ini saving method. I am going to assume your problem is that you don't know how to use SQLite or MySQL so you better learn it instead of going back to older methods. If your host or you don't want or too lazy to get your MySQL database which is most likely not the case if not impossible, SQLite would still be a far better option.
Posts: 217
Threads: 1
Joined: Jul 2017
Reputation:
0
Yeah, why should you convert a MySQL gamemode to INI?
Use SQlite which doesn't need weird programs like WAMP or XAMP
SQlite is already integrated in your samp server package, a_sampdb.inc include.
I suggest you to use SQlite if you don't like MySQL.
Posts: 28
Threads: 10
Joined: Aug 2013
Reputation:
0
How to transfer it to SQLite? Just replace MySQL with SQlite?
Posts: 428
Threads: 4
Joined: Feb 2017
Reputation:
0
This is what we call going to past using time machine!