14.05.2012, 16:04
(
Последний раз редактировалось Michael@Belgium; 14.05.2012 в 16:58.
)
FIXED ! IT WAS A SSCANF ISSUE !
do never use SELECT *, because if you have an large number of columns into your table, the plugin will mess the data while storing it into variables.
select only the fields you will use in the code and see if this problem keeps ocurring, but keep in mind that it is only a hint for the problem solution, I don't know if the problem is related to the data storage, I am just telling you how I solve an problem similar to this one. |
SELECT model, Xpos, Ypos, Zpos, Apos, Col1, Col2, Delay FROM `Car_MapSubmits` WHERE MapName = '%s'