Quote:
Originally Posted by RealCop228
pawn Код:
VALUES ('%s','%i','%s','%f','%f','%f','%f','%i','1','1')
Is not the correct syntax.
pawn Код:
VALUES ('%s',%i,'%s',%f,%f,%f,%f,%i,1,1)
You only need to put apostrophes around the %s placeholder, or more accurately, a string.
|
Fixed that error. Now its a different one.