SA-MP Forums Archive
Login problem 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: Login problem MySQL (/showthread.php?tid=434835)



Login problem MySQL - Gh0s7 - 04.05.2013

deleted


Re: Login problem MySQL - Yashas - 04.05.2013

Check your SQL query - In your SQL Page, there is an link named "edit" ,press it and paste your query there.It will check for you.


Re: Login problem MySQL - Gh0s7 - 05.05.2013

Up ....


Re: Login problem MySQL - iggy1 - 05.05.2013

Have you checked the values that are being returned by the query?

Enable debugging and use the callback OnQueryError to see if there are errors in the query.

pawn Код:
//on gm/fs init
mysql_debug(1);//enable debugging



Re: Login problem MySQL - Gh0s7 - 05.05.2013

deleted


Re: Login problem MySQL - Gh0s7 - 06.05.2013

Up again .