12.06.2015, 21:15
In the mysql logs, the error is in "x" field - the one I told you.
Or even like this (only for your current table structure):
pawn Код:
"INSERT INTO cars (owner,x,y,z,r,model) VALUES (%i,%f,%f,%f,%f,%i)"
pawn Код:
"INSERT INTO cars VALUES (NULL,%i,%f,%f,%f,%f,%i)"