SA-MP Forums Archive
MySql - 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 (/showthread.php?tid=295549)



MySql - Speed - 06.11.2011

If I use MySql i need to have a web panel or not... for saving stats of player i must have panel on internet or it is not neceserry ??


Re: MySql - [HiC]TheKiller - 06.11.2011

You do not need a web panel. You can have one if you want but it's not needed. Before scripting with MySQL, you should check how MySQL works .


Re: MySql - Speed - 06.11.2011

ofcorse but is MySql simple like Y_INI and others is the same way to save?? only MySql have .slq file


Re: MySql - Kingunit - 06.11.2011

MySQL is storing their things in a database online. You can connect it with PHP to display the players stats for example. It's probably harder then Y_INI since you have more functions to do.