SA-MP Forums Archive
mysql cant read floats properly - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: mysql cant read floats properly (/showthread.php?tid=262542)



mysql cant read floats properly - Owenlishious - 18.06.2011

hello

today i just got hosting for my server along with mysql, everything is working properly as it should except for the floats.

for example, cars spawn in the wrong position and houses. (and it has absolutly nothing with my script,it was working properly with apache)

so, anyone ever had this problem before?


Re: mysql cant read floats properly - WooTFTW - 18.06.2011

You should check MySQL logs, if it's connecting to the database and you should look for errors.


Re: mysql cant read floats properly - Owenlishious - 18.06.2011

i have done that and im not getting any errors, i think it has something to do with my setting in phpmyadmin but i tried everything and its still loading the floats improperly.

everything saves perfectly and even loads perfectly except for cords (all my cars are loading in the middle of the desert lol)


Re: mysql cant read floats properly - WooTFTW - 18.06.2011

I don't think that it has something to do with settings. I think you have something wrong in your script, show the load query log and the load function itself so we could help you.