19.10.2013, 10:59
I don't understand what is wrong with it... %d is correct.. isn't it?
and I got
and I got
pawn Код:
(output[], len, const format[], {Float,_}:...)
format(var,100,"UPDATE `vehicles` SET `CarID`='%d' WHERE `CarID`='%d'",vInfo[vehicleid][vCariD],vInfo[vehicleid][vCariD]);
var = output
100 = len
UPDATE = format
and all the rest