12.10.2012, 04:52
Alright for the
Whats the
I've only done '%s' before, whats the difference?
Also, just to ensure im not stupid, I could then go about by doing something like
Or would that not work?
pawn Код:
format(query, sizeof(query), "SELECT * FROM Vehicles WHERE Plate = \'%s\'", plate);
pawn Код:
\'%s\'
Also, just to ensure im not stupid, I could then go about by doing something like
pawn Код:
Vehicles[model][Ownername]