SA-MP Forums Archive
Slight error - 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: Slight error (/showthread.php?tid=439497)



Slight error - UnknownGamer - 25.05.2013

FIXED


Re: Slight error - TheStreetsRP - 25.05.2013

You're querying the database, but you're not doing anything with the results.

mysql_store_result();
mysql_fetch_row();
mysql_free_result();

Look into those commands, or the alternatives for your MySQL plugin.


Re: Slight error - UnknownGamer - 25.05.2013

FIXED