28.04.2016, 17:04
So I have worked for a good hour on completing a vehicle dealership system for my gamemode and I found stumbled upon an issue that I do not know what went wrong with the query itself. Help would be appreciated.
It results in an error with the percentage sign and I don't really know why.
Код:
INSERT INTO vehicles (vID, vModelID, vOwner, vPosX, vPosY, vPosZ, vPosA, vPlates, vColor1, vColor2, vInterior, vWorld, vValue, vLock, vAlarm) VALUES (%d, %d, %d, %f, %f, %f, %f, '%s', %d, %d, %d, %d, %d, %d, %d)