Mysql FLOAT cant go more than 6 characters...
#9

MySQL stores floating point values with a high precision by default (up to 12 decimal places, I think), far more than what is used by the game (usually no more than 4). The results in phpMyAdmin are usually truncated to 6 characters for readability, but if you run a query like
PHP код:
SELECT posx+0posy+0posz+... 
then the entire number will be displayed.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)