19.12.2010, 15:11
It depends on the size of your query. Length of strings really do vary on the data you're inserting.
= 45 characters + 1.
pawn Код:
new qSz_UpdateCats[46];
format(qSz_UpdateCats, sizeof(qSz_UpdateCats), "UPDATE Cats SET Food = '1' WHERE CatID = '%d'", MAX_PLAYER_NAME);

