SA-MP Forums Archive
mysql -> yini convert - 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: mysql -> yini convert (/showthread.php?tid=644631)



mysql -> yini convert - 3agle - 11.11.2017

Hello, I need an tutorial how to transfer MySQL gamemode to Y_INI , if somebody has,
Thanks.


Re: mysql -> yini convert - Dayrion - 11.11.2017

Pretty sure it's the worst idea you can get.


Re: mysql -> yini convert - cuber - 11.11.2017

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
Pretty sure it's the worst idea you can get.
lmao well said.


Re: mysql -> yini convert - thefirestate - 11.11.2017

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.


Re: mysql -> yini convert - Lucases - 11.11.2017

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.


Re: mysql -> yini convert - 3agle - 11.11.2017

How to transfer it to SQLite? Just replace MySQL with SQlite?


Re: mysql -> yini convert - Dayrion - 11.11.2017

Quote:
Originally Posted by 3agle
Посмотреть сообщение
How to transfer it to SQLite? Just replace MySQL with SQlite?
Take a cup of coffee. Put your coffee in a plate. That won't work even if both, plate and cup, are used to feed you.

SQLite use the SQL language like MySQL but in a different way.


Re: mysql -> yini convert - cuber - 11.11.2017

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
Take a cup of coffee. Put your coffee in a plate. That won't work even if both, plate and cup, are used to feed you.

SQLite use the SQL language like MySQL but in a different way.



Re: mysql -> yini convert - Zeth - 12.11.2017

This is what we call going to past using time machine!