18.03.2019, 20:53
Quote:
What you mean with "i cant get it to work"?
Also you should escape strings, use %e instead of %s. |
OP: You need to use ' for strings
PHP код:
format(query, sizeof(query), "UPDATE admins SET Name = '%q' WHERE Slot = %d", GetName(id),slot);