19.12.2010, 15:02
Hello, anyone who can explain me how big queries should be? example? How to know, how big string should i make?
new qSz_UpdateCats[46];
format(qSz_UpdateCats, sizeof(qSz_UpdateCats), "UPDATE Cats SET Food = '1' WHERE CatID = '%d'", MAX_PLAYER_NAME);