how to convert mysql to ini - 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: how to convert mysql to ini (
/showthread.php?tid=568172)
how to convert mysql to ini -
hardiksingh5 - 20.03.2015
guys i want to know how to conert mysql gm to ini
any tutorials please
Re: how to convert mysql to ini -
Misiur - 20.03.2015
Well it depends on lots of stuff. If the gamemode uses threaded queries, you have to find threaded ini plugin. If not, it's quite straightforward, just replace sql commands to ini. You might run out of luck if somebody used query for fetching aggregate data, like top 5 killers - then I'm quite certain your server will lag as hell.