Moin Breadfish,
Ich habe ein Problem undzwar,wenn ich ingame was erstelle, also z.b. ATM, dann wird nichts in die Datenbank gesetzt und ein Syntex Error kommt:
Ich weiß nicht wieso es nicht geht...
Syntex Error:
Code
EID: 1064 | Error: You have an error in your SQL syntax; check the manual that c
orresponds to your MySQL server version for the right syntax to use near '',42.5
60710',-1.200000',-0.800000',7.700001')' at line 1 | Query: INSERT INTO `ATM` (`X`,`Y`,`Z`,`rX`,`rY`,`rZ`) VALUES ('1211.372436',-920.886901',42.56071
0',-1.200000',-0.800000',7.700001')
PAWN CODE:
format(query,sizeof(query),"INSERT INTO `ATM` (`id`,`X`,`Y`,`Z`,`rX`,`rY`,`rZ`) VALUES ('%d','%f',%f',%f',%f',%f',%f')",ATM,fX,fY,fZ,fRotX,fRotY,fRotZ);
Ich hoffe mir kann einer weiterhelfen