Float Length MySQL - 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: Float Length MySQL (
/showthread.php?tid=658048)
Float Length MySQL -
playstores - 21.08.2018
I wanna save X Y Z Pos of Player per MySQL,
ik its a float, but which length does ist have?
Re: Float Length MySQL -
UFF - 21.08.2018
Float doesn't require length.
Код:
`posx` float NOT NULL DEFAULT '0',
`posy` float NOT NULL DEFAULT '0',
`posz` float NOT NULL DEFAULT '0',
`posa` float NOT NULL DEFAULT '0'