SA-MP Forums Archive
Mysql reading lines wont work - 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 reading lines wont work (/showthread.php?tid=530025)



Mysql reading lines wont work - devil shill - 05.08.2014

I have a problem that this stock should load the players trunk but basicly it doesnt anyone knows why.

Код:
			format(sql, sizeof(sql), "SELECT * FROM `samp_trunks` WHERE PlayerID='%d'", PlayerInfo[playerid][pDBID]);
			mysql_query(sql, THREAD_LOADTRUNK, playerid);
}