mysql_tquery error - declaration - 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_tquery error - declaration (
/showthread.php?tid=612897)
mysql_tquery error - declaration -
Erno. - 22.07.2016
LoadSellCars return mysql_tquery(g_iHandle, "SELECT * FROM `sellcars` ORDER BY `Price` ASC", "OnSellCarsLoad", "");
error 010: invalid function or declaration
Re: mysql_tquery error - declaration -
Stinged - 22.07.2016
LoadSellCars(), not
LoadSellCars.
Re: mysql_tquery error - declaration -
Erno. - 22.07.2016
Thanks, big kiss from me.